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.