Compartilhar via


Propriedade do RDL IDTSManagedWrapper100.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.

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

Sintaxe

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

value = instance.WrappedConnection

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

Valor da propriedade

Tipo: System.Object
The wrapped connection.

Consulte também

Referência

IDTSManagedWrapper100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper