Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets the elapsed number of milliseconds the designer spent in the last aggregation design iteration.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Time As Long
Get
'Usage
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
Property Value
Type: System.Int64
A long value with the elapsed time in milliseconds the designer spent in the last iteration.