Compartilhar via


Interface IDTSLogProviderInit100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents an initialized log provider.

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

Sintaxe

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

O tipo IDTSLogProviderInit100 expõe os membros a seguir.

Métodos

  Nome Descrição
Método público InitializeLogProvider Infraestrutura. Called when the log provider is added to a package.

Início

Comentários

For more information, see LogProviderBase.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper