Compartir a través de


Clase ManagedWrapper

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

Represents the managed wrapper.

Esta API no es compatible con CLS. 

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dts.Runtime.ManagedWrapper

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

Sintaxis

'Declaración
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("3E9B068D-6F2E-4B29-8A93-1C8F71062F12")> _
Public NotInheritable Class ManagedWrapper _
    Implements IDTSManagedWrapper100, IDTSTask100, IDTSTaskInit100, IDTSComponentPersist100,  _
    IDTSBreakpointSite100, IDTSSuspend100, IDTSConnectionManager100, IDTSLogProviderInit100, IDTSLogProvider100,  _
    IDTSLogging100, IDTSObjectVersionUpdate100, IDTSProductLevel100, IDTSDowngradableObject100
'Uso
Dim instance As ManagedWrapper
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
[GuidAttribute("3E9B068D-6F2E-4B29-8A93-1C8F71062F12")]
public sealed class ManagedWrapper : IDTSManagedWrapper100, 
    IDTSTask100, IDTSTaskInit100, IDTSComponentPersist100, IDTSBreakpointSite100, IDTSSuspend100, 
    IDTSConnectionManager100, IDTSLogProviderInit100, IDTSLogProvider100, IDTSLogging100, IDTSObjectVersionUpdate100, 
    IDTSProductLevel100, IDTSDowngradableObject100
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"3E9B068D-6F2E-4B29-8A93-1C8F71062F12")]
public ref class ManagedWrapper sealed : IDTSManagedWrapper100, 
    IDTSTask100, IDTSTaskInit100, IDTSComponentPersist100, IDTSBreakpointSite100, IDTSSuspend100, 
    IDTSConnectionManager100, IDTSLogProviderInit100, IDTSLogProvider100, IDTSLogging100, IDTSObjectVersionUpdate100, 
    IDTSProductLevel100, IDTSDowngradableObject100
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("3E9B068D-6F2E-4B29-8A93-1C8F71062F12")>]
type ManagedWrapper =  
    class 
        interface IDTSManagedWrapper100 
        interface IDTSTask100 
        interface IDTSTaskInit100 
        interface IDTSComponentPersist100 
        interface IDTSBreakpointSite100 
        interface IDTSSuspend100 
        interface IDTSConnectionManager100 
        interface IDTSLogProviderInit100 
        interface IDTSLogProvider100 
        interface IDTSLogging100 
        interface IDTSObjectVersionUpdate100 
        interface IDTSProductLevel100 
        interface IDTSDowngradableObject100 
    end
public final class ManagedWrapper implements IDTSManagedWrapper100, IDTSTask100, IDTSTaskInit100, IDTSComponentPersist100, IDTSBreakpointSite100, IDTSSuspend100, IDTSConnectionManager100, IDTSLogProviderInit100, IDTSLogProvider100, IDTSLogging100, IDTSObjectVersionUpdate100, IDTSProductLevel100, IDTSDowngradableObject100

El tipo ManagedWrapper expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ManagedWrapper Infraestructura. Initializes a new instance of the ManagedWrapper class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ConfigString Infraestructura. Gets or sets the configuration string associated with the wrapper.
Propiedad pública ConnectionString Infraestructura. Sets or sets the connection string associated with the wrapper.
Propiedad pública DebugMode Infraestructura. Get or sets whether the wrapper is in debugging mode.
Propiedad pública Enabled Infraestructura. Gets or sets whether the wrapper is enabled.
Propiedad pública ExecutionValue Infraestructura. Gets the execution value of the wrapper.
Propiedad pública ManagedForEachEnumeratorQualifiedName Infraestructura. Gets the qualified name for the managed ForEach enumerator.
Propiedad pública ProtectionLevel Infraestructura. Gets or sets the protection level of the wrapper.
Propiedad pública RequiredProductLevel Infraestructura. Gets t he required product level of the wrapper.
Propiedad pública Scope Infraestructura. Gets the scope of the wrapper.
Propiedad pública SupportsDTCTransactions Infraestructura. Gets whether the wrapper supports DTCT transactions.
Propiedad pública SuspendRequired Infraestructura. Gets or sets whether the suspension of the wrapper is required.
Propiedad pública Version Infraestructura. Gets the version of the wrapper.
Propiedad pública WrappedConnection Infraestructura. Gets or sets the wrapped connection of the wrapper.
Propiedad pública WrappedForEachEnumerator Infraestructura. Gets or sets the wrapped ForEach enumerator.
Propiedad pública WrappedLogProvider Infraestructura. Gets or sets the wrapped log provider.
Propiedad pública WrappedTask Infraestructura. Gets or sets the value of the wrapped task.

Arriba

Métodos

  Nombre Descripción
Método público AcceptBreakpointManager Infraestructura. Accepts a breakpoint manager.
Método público AcquireConnection Infraestructura. Acquires a wrapper connection.
Método público CanDowngradeTo Infraestructura. Specifies whether the wrapper can be downgraded to a specific version.
Método público CanUpdate Infraestructura. Specifies whether the wrapper can be upgraded.
Método público CloseLog Infraestructura. Closes the log for the wrapper.
Método público DowngradeTo Infraestructura. Downgrades a wrapper to a lower version.
Método público Equals (Se hereda de Object.)
Método público Execute Infraestructura. Executes the wrapper.
Método público GetFilterStatus Infraestructura. Returns the filter status of the wrapper.
Método público GetHashCode (Se hereda de Object.)
Método público GetSite Infraestructura. Returns the site for the wrapper.
Método público GetType (Se hereda de Object.)
Método público InitializeLogProvider Infraestructura. Initializes the log provider for the wrapper.
Método público InitializeTask Infraestructura. Initializes the wrapper task.
Método público LoadFromXML Infraestructura. Loads the wrapper from XML
Método público Log Infraestructura. Logs the wrapper.
Método público OpenLog Infraestructura. Opens the wrapper log.
Método público ReleaseConnection Infraestructura. Releases any connections associated with the wrapper.
Método público ResumeExecution Infraestructura. Resumes the execution associated with the wrapper.
Método público SaveToXML Infraestructura. Saves the wrapper to XML.
Método público SetManagedObject Infraestructura. Sets the managed object.
Método público SetQualifier Infraestructura. Sets the wrapper qualifier.
Método público SetSite Infraestructura. Sets the wrapper site.
Método público SuspendExecution Infraestructura. Suspends the wrapper execution.
Método público ToString (Se hereda de Object.)
Método público Update Infraestructura. Updates the wrapper.
Método público Validate(IDTSInfoEvents100) Infraestructura. Validates the wrapper with specified events.
Método público Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100) Infraestructura. Validates the wrapper with specified connection, dispenser, component events and logs.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime