Compartir a través de


EventFilter Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property EventFilter As String()
    Get
    Set
'Uso
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[])

Valor de la propiedad

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

Notas

For more information, see Habilitar el registro mediante programación.