Compartir a través de


Interfaz IDTSManagedWrapper100

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

Represents a DTS managed wrapper.

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

Sintaxis

'Declaración
<GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")> _
Public Interface IDTSManagedWrapper100
'Uso
Dim instance As IDTSManagedWrapper100
[GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")]
public interface IDTSManagedWrapper100
[GuidAttribute(L"898DBC09-E7C9-4587-9629-4A6D632F3DF4")]
public interface class IDTSManagedWrapper100
[<GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")>]
type IDTSManagedWrapper100 =  interface end
public interface IDTSManagedWrapper100

El tipo IDTSManagedWrapper100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ManagedForEachEnumeratorQualifiedName Infraestructura. Gets the qualified name of the managed wrapper for each enumerator.
Propiedad pública WrappedConnection Infraestructura. Gets or sets the wrapped connection.
Propiedad pública WrappedForEachEnumerator Infraestructura. Gets or sets the wrapped object for each enumerator.
Propiedad pública WrappedLogProvider Infraestructura. Gets or sets the wrapped log provider.
Propiedad pública WrappedTask Infraestructura. Gets or sets the wrapped task.

Arriba

Métodos

  Nombre Descripción
Método público SetManagedObject Infraestructura. Sets the managed assembly object.

Arriba

Vea también

Referencia

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