ManagedWrapper.WrappedConnection Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: System.Object
The wrapped connection of the wrapper.
Implements
IDTSManagedWrapper100.WrappedConnection