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