共用方式為


IDTSCustomPropertyCollection100.Count 屬性

Gets the number of elements contained in an 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
The number of IDTSCustomProperty100 objects in the collection.

請參閱

參考

IDTSCustomPropertyCollection100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間