Compartilhar via


Propriedade do RDL LoggingOptions.EventFilter

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 (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

For more information, see Habilitando o registro em log programaticamente.

Consulte também

Referência

LoggingOptions Classe

Namespace Microsoft.SqlServer.Dts.Runtime