Count 屬性
Gets the number of IDTSOutput100 columns in the collection.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
ReadOnly Property Count As Integer
Get
'用途
Dim instance As IDTSOutputColumnCollection100
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 IDTSOutputColumnCollection100 objects in the collection.