Compartir a través de


Interfaz IDTSLogProviderInit100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents an initialized log provider.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<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

El tipo IDTSLogProviderInit100 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público InitializeLogProvider Infraestructura. Called when the log provider is added to a package.

Arriba

Comentarios

For more information, see LogProviderBase.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper