หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the end time associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property EndTime As DateTime
Get
'Usage
Dim instance As TraceEventArgs
Dim value As DateTime
value = instance.EndTime
public DateTime EndTime { get; }
public:
property DateTime EndTime {
DateTime get ();
}
member EndTime : DateTime
function get EndTime () : DateTime
Property Value
Type: System.DateTime
The date and time.