RunningPackage.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.

请参阅

参考

RunningPackage 类

Microsoft.SqlServer.Dts.Runtime 命名空间