TraceEventArgs.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.

请参阅

参考

TraceEventArgs 类

Microsoft.AnalysisServices 命名空间