StartTime 속성
Gets the date and time at which a TraceEventArgs object's trace started.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public ReadOnly Property StartTime As DateTime
Get
‘사용 방법
Dim instance As TraceEventArgs
Dim value As DateTime
value = instance.StartTime
public DateTime StartTime { get; }
public:
property DateTime StartTime {
DateTime get ();
}
member StartTime : DateTime
function get StartTime () : DateTime
속성 값
형식: System. . :: . .DateTime
A date and time value of type DataTime.