Méthode IDTSLogging100.GetFilterStatus

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function GetFilterStatus ( _
    ByRef EventNames As String() _
) As Boolean()
'Utilisation
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[]

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

IDTSLogging100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper