IDTSLoggingOptions100.EventFilter 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets an array that contains the names of the events that are the subject of the filtering options.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Property EventFilter As String()
Get
Set
用法
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[])
属性值
类型:array<System.String[]
The names of the events that are the subject of the filtering options.