Partilhar via


Propriedade do RDL ConnectionManagerItem.ConnectionManager

Gets the connection manager for the object.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ConnectionManagerItem Classe

Namespace Microsoft.SqlServer.Dts.Runtime