다음을 통해 공유


RunningPackage.ExecutionStartTime 속성

Returns the time that the package started running.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public ReadOnly Property ExecutionStartTime As DateTime 
    Get
‘사용 방법
Dim instance As RunningPackage 
Dim value As DateTime 

value = instance.ExecutionStartTime
public DateTime ExecutionStartTime { get; }
public:
property DateTime ExecutionStartTime {
    DateTime get ();
}
member ExecutionStartTime : DateTime
function get ExecutionStartTime () : DateTime

속성 값

유형: System.DateTime
A DateTime value that indicates when the package started.

참고 항목

참조

RunningPackage 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스