IDTSManagedWrapper100.WrappedConnection Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a conexão encapsulada.
public:
property System::Object ^ WrappedConnection { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.InteropServices.DispId(3)]
public object WrappedConnection { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.WrappedConnection : obj with get, set
Public Property WrappedConnection As Object
Valor da propriedade
A conexão encapsulada.
- Atributos