IDTSLogProviderInit100 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents an initialized log provider.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("595DBFC5-081B-48AF-A436-F1685742CDD6")> _
Public Interface IDTSLogProviderInit100
'用途
Dim instance As IDTSLogProviderInit100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("595DBFC5-081B-48AF-A436-F1685742CDD6")]
public interface IDTSLogProviderInit100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"595DBFC5-081B-48AF-A436-F1685742CDD6")]
public interface class IDTSLogProviderInit100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("595DBFC5-081B-48AF-A436-F1685742CDD6")>]
type IDTSLogProviderInit100 =  interface end
public interface IDTSLogProviderInit100

IDTSLogProviderInit100 型別公開下列成員。

方法

  名稱 說明
公用方法 InitializeLogProvider 基礎結構。Called when the log provider is added to a package.

上層

備註

For more information, see LogProviderBase.

請參閱

參考

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