共用方式為


IDTSLoggingOptions100.EventFilter 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

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

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Property EventFilter As String()
    Get 
    Set
'用途
Dim instance As IDTSLoggingOptions100 
Dim value As String()

value = instance.EventFilter

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

屬性值

型別:array<System.String[]
The names of the events that are the subject of the filtering options.

請參閱

參考

IDTSLoggingOptions100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間