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(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
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.