DesignAggregationsResult.LastStep Property
Gets a Boolean value that tells if the aggregation design process has finished.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Public ReadOnly Property LastStep As Boolean
public bool LastStep { get; }
public:
property bool LastStep {
bool get ();
}
/** @property */
public boolean get_LastStep ()
public function get LastStep () : boolean
Значение свойства
A Boolean value that tells if the aggregation design process has finished.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
DesignAggregationsResult Class
DesignAggregationsResult Members
Microsoft.AnalysisServices Namespace