Condividi tramite


Proprietà ConnectionManagerItem.ConnectionManager

Gets the connection manager for the object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ConnectionManager As ConnectionManager 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ConnectionManagerItem Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime