Метод IDTSLogging100.GetFilterStatus
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Indicates whether to get the filter status of the specified events.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Function GetFilterStatus ( _
ByRef EventNames As String() _
) As Boolean()
'Применение
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[]
Параметры
- EventNames
Тип: array<System.String[]%
The events whose filtering status you are interested in.
Возвращаемое значение
Тип: array<System.Boolean[]
true to get the filter status of the specified events; otherwise, false.