Proprietà Project.ConnectionManagerItems

Gets the connection manager items of the project. The connection managers are shared across all packages.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ConnectionManagerItems As ConnectionManagerItems 
    Get
'Utilizzo
Dim instance As Project 
Dim value As ConnectionManagerItems 

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

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItems
The connection manager items of the project.

Vedere anche

Riferimento

Project Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime