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.