Metodo IDTSLogging100.GetFilterStatus

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Indicates whether to get the filter status of the specified events.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function GetFilterStatus ( _
    ByRef EventNames As String() _
) As Boolean()
'Utilizzo
Dim instance As IDTSLogging100 
Dim EventNames As String()
Dim returnValue As Boolean()

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

Parametri

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

Valore restituito

Tipo: array<System.Boolean[]
true to get the filter status of the specified events; otherwise, false.

Vedere anche

Riferimento

IDTSLogging100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper