Project.ConnectionManagerItems 屬性
Gets the connection manager items of the project. The connection managers are shared across all packages.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public ReadOnly Property ConnectionManagerItems As ConnectionManagerItems
Get
'用途
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
屬性值
型別:Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItems
The connection manager items of the project.