EventFilter Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
For more information, see LoggingOptions.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: array<System. . :: . .String> [] () [] []