Поделиться через


Свойство EventFilter

Gets or sets an array that contains the names of the events that are the subject of the filtering options.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Property EventFilter As String()
    Get
    Set
'Применение
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[])

Значение свойства

Тип: array<System. . :: . .String> [] () [] []
A String array that contains the names of the events.

Замечания

For more information, see Программное включение ведения журнала.