MeasureEnumerator.Current Property

 

Applies To: SQL Server 2016 Preview

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

Gets the current Measure object.

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

Syntax

public Measure Current { get; }
public:
property Measure^ Current {
    Measure^ get();
}
member Current : Measure with get
Public ReadOnly Property Current As Measure

Property Value

Type: Microsoft.AnalysisServices.Measure

The current Measure object.

See Also

MeasureEnumerator Class
Microsoft.AnalysisServices Namespace

Return to top