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.