다음을 통해 공유


EventFilter 속성

Gets or sets an array that contains the names of the events that are the subject of the filtering options.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
Public Property EventFilter As String()
    Get
    Set
‘사용 방법
Dim instance As LoggingOptions
Dim value As String()

value = instance.EventFilter

instance.EventFilter = value
public string[] EventFilter { get; set; }
public:
property array<String^>^ EventFilter {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member EventFilter : string[] with get, set
function get EventFilter () : String[]
function set EventFilter (value : String[])

속성 값

형식: array<System. . :: . .String> [] () [] []
A String array that contains the names of the events.

주의

For more information, see 프로그래밍 방식으로 로깅 설정.