MeasureCollection.Item[] Property

Definition

Overloads

Item[Int32]

Item

Item[String]

Item 1

Item[Int32]

Item

public Microsoft.AnalysisServices.AdomdClient.Measure this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.AdomdClient.Measure
Default Public ReadOnly Property Item(index As Integer) As Measure

Parameters

index
Int32

Property Value

Applies to

Item[String]

Item 1

public Microsoft.AnalysisServices.AdomdClient.Measure this[string index] { get; }
member this.Item(string) : Microsoft.AnalysisServices.AdomdClient.Measure
Default Public ReadOnly Property Item(index As String) As Measure

Parameters

index
String

Property Value

Applies to