ManagedWrapper.WrappedConnection Property
This API supports the infrastructure and is not intended to be used directly from your code.
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