Compartir a través de


ConnectionManagerItem.ConnectionManager Propiedad

Gets the connection manager for the object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property ConnectionManager As ConnectionManager 
    Get
'Uso
Dim instance As ConnectionManagerItem 
Dim value As ConnectionManager 

value = instance.ConnectionManager
public ConnectionManager ConnectionManager { get; }
public:
property ConnectionManager^ ConnectionManager {
    ConnectionManager^ get ();
}
member ConnectionManager : ConnectionManager
function get ConnectionManager () : ConnectionManager

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The connection manager.

Vea también

Referencia

ConnectionManagerItem Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime