Freigeben über


IDTSLogProviderInit100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents an initialized log provider.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("595DBFC5-081B-48AF-A436-F1685742CDD6")> _
Public Interface IDTSLogProviderInit100
'Usage
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

Der IDTSLogProviderInit100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode InitializeLogProvider Infrastruktur Called when the log provider is added to a package.

Zum Anfang

Hinweise

For more information, see LogProviderBase.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace