Compartir a través de


IDTSRuntimeConnection100.ConnectionManagerID Propiedad

Definición

Obtiene o establece el identificador del objeto ConnectionManager contenido en el paquete y utilizado por el componente.

public:
 property System::String ^ ConnectionManagerID { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public string ConnectionManagerID { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.ConnectionManagerID : string with get, set
Public Property ConnectionManagerID As String

Valor de propiedad

Id. del objeto ConnectionManager.

Atributos

Comentarios

La ConnectionManagerID propiedad se usa para almacenar el identificador de ConnectionManager en el paquete al que hace referencia la conexión en tiempo de ejecución. El identificador se usa para buscar la conexión en la Connections colección de Package. Una referencia a la conexión se almacena en la ConnectionManager propiedad de la conexión en tiempo de ejecución.

Se aplica a