MeasureEnumerator.Reset Method ()

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the enumerator to its initial position.

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

Syntax

public void Reset()
public:
virtual void Reset() sealed
abstract Reset : unit -> unit
override Reset : unit -> unit
Public Sub Reset

Implements

IEnumerator.Reset()

See Also

MeasureEnumerator Class
Microsoft.AnalysisServices Namespace

Return to top