ExecutionDuration 속성
Returns an Integer that specifies how long the package took to run.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
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.