IDTSLoggingOptions100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents an interface of the DTS logging options.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")> _
Public Interface IDTSLoggingOptions100
用法
Dim instance As IDTSLoggingOptions100
[GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")]
public interface IDTSLoggingOptions100
[GuidAttribute(L"A92F23FC-BC5A-4D68-AABF-A753F3114A4B")]
public interface class IDTSLoggingOptions100
[<GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")>]
type IDTSLoggingOptions100 =  interface end
public interface IDTSLoggingOptions100

IDTSLoggingOptions100 类型公开以下成员。

属性

  名称 说明
公共属性 EventFilter 基础结构。Gets or sets an array that contains the names of the events that are the subject of the filtering options.
公共属性 EventFilterKind Gets or sets a value that describes the kind of event filter that is set, whether included or excluded.
公共属性 SelectedLogProviders 基础结构。Gets a collection of log providers selected on the container.

页首

方法

  名称 说明
公共方法 GetColumnFilter 基础结构。Returns column filter for the specified event.
公共方法 GetColumnFilteredEvents 基础结构。Returns a string array that contains a list of events that have a column filter set.
公共方法 SetColumnFilter 基础结构。Sets column filter for the specified event.

页首

注释

For more information, see LoggingOptions.

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间