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.