StartTime 屬性
Gets the date and time at which a TraceEventArgs object's trace started.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
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.