Partilhar via


Propriedade do RDL Project.ConnectionManagerItems

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

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

Sintaxe

'Declaração
Public ReadOnly Property ConnectionManagerItems As ConnectionManagerItems 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Project Classe

Namespace Microsoft.SqlServer.Dts.Runtime