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 命名空間