Condividi tramite


Proprietà ManagedWrapper.WrappedConnection

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the wrapped connection of the wrapper.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Property WrappedConnection As Object 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Implementa

IDTSManagedWrapper100.WrappedConnection

Vedere anche

Riferimento

ManagedWrapper Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime