Partager via


Propriété ConnectionManagerItem.ConnectionManager

Gets the connection manager for the object.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ConnectionManager As ConnectionManager 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ConnectionManagerItem Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime