Compartir a través de


Project.ConnectionManagerItems Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

Project Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime