Proprietà LoggingOptions.EventFilter
Gets or sets an array that contains the names of the events that are the subject of the filtering options.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Property EventFilter As String()
Get
Set
'Utilizzo
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[])
Valore proprietà
Tipo: array<System.String[]
A String array that contains the names of the events.
Osservazioni
For more information, see Abilitazione della registrazione a livello di programmazione.