다음을 통해 공유


IDTSLogging.GetFilterStatus Method

Gets the filter status of the specified events.

네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

구문

‘선언
Function GetFilterStatus ( _
    ByRef eventNames As String() _
) As Boolean()
bool[] GetFilterStatus (
    ref string[] eventNames
)
array<bool>^ GetFilterStatus (
    array<String^>^% eventNames
)
boolean[] GetFilterStatus (
    /** @ref */ String[] eventNames
)
JScript는 값 유형 인수를 참조로 전달하는 것을 지원하지 않습니다.

매개 변수

  • eventNames
    The events whose filtering status you are interested in.

주의

The GetFilterStatus method can be used to determine whether indicated events are filtered out or not. The results are returned as an array of Boolean values that can help you decide whether to call the Log method or not.

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSLogging Interface
IDTSLogging Members
Microsoft.SqlServer.Dts.Runtime Namespace