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.