IDTSLogging100 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Defines the logging options for the container.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")> _
Public Interface IDTSLogging100
'用途
Dim instance As IDTSLogging100
[GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface IDTSLogging100
[GuidAttribute(L"6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface class IDTSLogging100
[<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")>]
type IDTSLogging100 = interface end
public interface IDTSLogging100
IDTSLogging100 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Enabled | 基礎結構。Gets a value that indicates whether logging is enabled. |
上層
方法
名稱 | 說明 | |
---|---|---|
GetFilterStatus | 基礎結構。Indicates whether to get the filter status of the specified events. | |
Log | 基礎結構。Writes the log entry. |
上層
備註
For more information, see IDTSLogging.