IDTSLogging100.GetFilterStatus(String[]) 메서드

정의

지정한 이벤트의 필터 상태를 가져올지 여부를 나타냅니다.

public:
 cli::array <bool> ^ GetFilterStatus(cli::array <System::String ^> ^ % EventNames);
[System.Runtime.InteropServices.DispId(1610743810)]
public bool[] GetFilterStatus (ref string[] EventNames);
[<System.Runtime.InteropServices.DispId(1610743810)>]
abstract member GetFilterStatus : String[] -> bool[]
Public Function GetFilterStatus (ByRef EventNames As String()) As Boolean()

매개 변수

EventNames
String[]

필터링 상태를 확인할 이벤트입니다.

반환

true이면 지정된 이벤트의 필터 상태를 가져옵니다. 그렇지 않으면 false입니다.

특성

적용 대상