Propriedade do RDL IDTSLoggingOptions100.EventFilter
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Property EventFilter As String()
Get
Set
'Uso
Dim instance As IDTSLoggingOptions100
Dim value As String()
value = instance.EventFilter
instance.EventFilter = value
string[] EventFilter { get; set; }
property array<String^>^ EventFilter {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract EventFilter : string[] with get, set
function get EventFilter () : String[]
function set EventFilter (value : String[])
Valor da propriedade
Tipo: array<System.String[]
The names of the events that are the subject of the filtering options.