Freigeben über


EventFilter-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Property EventFilter As String()
    Get
    Set
'Usage
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[])

Eigenschaftswert

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

Hinweise

For more information, see Programmgesteuertes Aktivieren der Protokollierung.