DesignAggregationsResult.Time 屬性
Gets the elapsed number of milliseconds the designer spent in the last aggregation design iteration.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public ReadOnly Property Time As Long
Get
'用途
Dim instance As DesignAggregationsResult
Dim value As Long
value = instance.Time
public long Time { get; }
public:
property long long Time {
long long get ();
}
member Time : int64
function get Time () : long
屬性值
型別:System.Int64
A long value with the elapsed time in milliseconds the designer spent in the last iteration.