ExecutionDuration 屬性
Returns an Integer that specifies how long the package took to run.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public ReadOnly Property ExecutionDuration As Integer
Get
'用途
Dim instance As RunningPackage
Dim value As Integer
value = instance.ExecutionDuration
public int ExecutionDuration { get; }
public:
property int ExecutionDuration {
int get ();
}
member ExecutionDuration : int
function get ExecutionDuration () : int
屬性值
型別:System. . :: . .Int32
An Integer that contains the length of time that the package ran.