CurrentTime 屬性
Gets the current date and time associated with a TraceEventArgs object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public ReadOnly Property CurrentTime As DateTime
Get
'用途
Dim instance As TraceEventArgs
Dim value As DateTime
value = instance.CurrentTime
public DateTime CurrentTime { get; }
public:
property DateTime CurrentTime {
DateTime get ();
}
member CurrentTime : DateTime
function get CurrentTime () : DateTime
屬性值
型別:System. . :: . .DateTime
The date and time.