DimensionCollection.Enumerator.Reset Method

Sets the enumerator to its initial position, which is before the first element in the collection.

Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)

Синтаксис

'Декларация
Public Sub Reset
public void Reset ()
public:
virtual void Reset () sealed
public final void Reset ()
public final function Reset ()

Исключения

Тип исключения Условие
InvalidOperationException

The collection has changed, invalidating the enumerator. For more information on this exception, see InvalidOperationException Class.

Синхронизация потоков

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.

См. также

Справочник

DimensionCollection.Enumerator Class
DimensionCollection.Enumerator Members
Microsoft.AnalysisServices.AdomdServer Namespace