Partilhar via


Propriedade do RDL ManagedWrapper.WrappedConnection

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

Gets or sets the wrapped connection of the wrapper.

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

Sintaxe

'Declaração
Public Property WrappedConnection As Object 
    Get 
    Set
'Uso
Dim instance As ManagedWrapper 
Dim value As Object 

value = instance.WrappedConnection

instance.WrappedConnection = value
public Object WrappedConnection { get; set; }
public:
virtual property Object^ WrappedConnection {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}
abstract WrappedConnection : Object with get, set 
override WrappedConnection : Object with get, set
final function get WrappedConnection () : Object 
final function set WrappedConnection (value : Object)

Valor da propriedade

Tipo: System.Object
The wrapped connection of the wrapper.

Implementa

IDTSManagedWrapper100.WrappedConnection

Consulte também

Referência

ManagedWrapper Classe

Namespace Microsoft.SqlServer.Dts.Runtime