IDTSCustomPropertyCollection100.Count プロパティ
IDTSCustomPropertyCollection100 に含まれる要素の数を取得します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
ReadOnly Property Count As Integer
Get
'使用
Dim instance As IDTSCustomPropertyCollection100
Dim value As Integer
value = instance.Count
int Count { get; }
property int Count {
int get ();
}
abstract Count : int
function get Count () : int
プロパティ値
型: System.Int32
コレクションに含まれる IDTSCustomProperty100 オブジェクトの数です。