IDTSLogProvider100 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Implements an interface of a log provider.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface IDTSLogProvider100
'用途
Dim instance As IDTSLogProvider100
[GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface IDTSLogProvider100
[GuidAttribute(L"4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface class IDTSLogProvider100
[<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")>]
type IDTSLogProvider100 = interface end
public interface IDTSLogProvider100
IDTSLogProvider100 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ConfigString | 基礎結構。Gets or sets the connection and configuration information for the specific log provider. |
上層
方法
名稱 | 說明 | |
---|---|---|
CloseLog | Closes the log. | |
OpenLog | 基礎結構。Opens the log. | |
Validate | Validates the log and returns an enumeration that indicates success or failure. |
上層
備註
For more information, see LogProvider.