Freigeben über


LogProviderXMLFileClass.GetFilterStatus-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the filter status of the specified events.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Function GetFilterStatus ( _
    ByRef EventNames As String() _
) As Boolean()
'Usage
Dim instance As LogProviderXMLFileClass 
Dim EventNames As String()
Dim returnValue As Boolean()

returnValue = instance.GetFilterStatus(EventNames)
public virtual bool[] GetFilterStatus(
    ref string[] EventNames
)
public:
virtual array<bool>^ GetFilterStatus(
    [InAttribute] array<String^>^% EventNames
)
abstract GetFilterStatus : 
        EventNames:string[] byref -> bool[] 
override GetFilterStatus : 
        EventNames:string[] byref -> bool[] 
public function GetFilterStatus(
    EventNames : String[]
) : boolean[]

Parameter

  • EventNames
    Typ: array<System.String[]%
    The events whose filtering status you are interested in.

Rückgabewert

Typ: array<System.Boolean[]
true if the indicated events are filtered out; otherwise, false.

Implementiert

IDTSLogging100.GetFilterStatus(array<String[]%)

Siehe auch

Verweis

LogProviderXMLFileClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace