Freigeben über


ManagedWrapper.WrappedConnection-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the wrapped connection of the wrapper.

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

Syntax

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

Eigenschaftswert

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

Implementiert

IDTSManagedWrapper100.WrappedConnection

Siehe auch

Verweis

ManagedWrapper Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace