Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the filter status of the wrapper.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function GetFilterStatus ( _
ByRef eventNames As String() _
) As Boolean()
'Usage
Dim instance As ManagedWrapper
Dim eventNames As String()
Dim returnValue As Boolean()
returnValue = instance.GetFilterStatus(eventNames)
public bool[] GetFilterStatus(
ref string[] eventNames
)
public:
virtual array<bool>^ GetFilterStatus(
array<String^>^% eventNames
) sealed
abstract GetFilterStatus :
eventNames:string[] byref -> bool[]
override GetFilterStatus :
eventNames:string[] byref -> bool[]
public final function GetFilterStatus(
eventNames : String[]
) : boolean[]
Parameters
- eventNames
Type: array<System.String[]%
The event names.
Return Value
Type: array<System.Boolean[]
The filter status of the wrapper.
Implements
IDTSLogging100.GetFilterStatus(array<String[]%)