次の方法で共有


ConnectionManagerItems.Count プロパティ

接続マネージャー オブジェクトの数を取得します。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public ReadOnly Property Count As Integer 
    Get
'使用
Dim instance As ConnectionManagerItems 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

プロパティ値

型: System.Int32
接続マネージャー オブジェクトの数です。

関連項目

参照

ConnectionManagerItems クラス

Microsoft.SqlServer.Dts.Runtime 名前空間