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.