RunningPackages.GetCount メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

実行中のパッケージの数を取得します。

名前空間:  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

戻り値

型: System.Int32
実行中のパッケージの数です。

関連項目

参照

RunningPackages クラス

Microsoft.SqlServer.Dts.Runtime 名前空間