共用方式為


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.

備註

For more information, see 以程式設計的方式啟用記錄.