Propriété Project.ConnectionManagerItems
Gets the connection manager items of the project. The connection managers are shared across all packages.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ConnectionManagerItems As ConnectionManagerItems
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItems
The connection manager items of the project.