Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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.