Freigeben über


DimensionCollection.Enumerator.Reset Method

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

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Sub Reset
public void Reset ()
public:
virtual void Reset () sealed
public final void Reset ()
public final function Reset ()

Ausnahmen

Ausnahmetyp Bedingung
InvalidOperationException

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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