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.