Partager via


EventFilter propriété

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property EventFilter As String()
    Get
    Set
'Utilisation
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[])

Valeur de la propriété

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

Notes

For more information, see Activation de la journalisation par programme.