GetCount 方法
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
此成員會覆寫 DTSReadOnlyCollectionBase. . :: . .GetCount() () () ()。
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Protected Overrides Function GetCount As Integer
'用途
Dim returnValue As Integer
returnValue = Me.GetCount()
protected override int GetCount()
protected:
virtual int GetCount() override
abstract GetCount : unit -> int
override GetCount : unit -> int
protected override function GetCount() : int