DTSReadOnlyCollectionBase.GetCount 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Retrieves the number of objects in the collection.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Protected MustOverride Function GetCount As Integer
'用途
Dim returnValue As Integer
returnValue = Me.GetCount()
protected abstract int GetCount()
protected:
virtual int GetCount() abstract
abstract GetCount : unit -> int
protected abstract function GetCount() : int
傳回值
型別:System.Int32
The number of objects in the collection.