Interface IDTSLogProviderInit100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents an initialized log provider.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("595DBFC5-081B-48AF-A436-F1685742CDD6")> _
Public Interface IDTSLogProviderInit100
'Utilisation
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
Le type IDTSLogProviderInit100 expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
![]() |
InitializeLogProvider | Infrastructure. Called when the log provider is added to a package. |
Haut de la page
Notes
For more information, see LogProviderBase.