NamedSetCollection.Item[] Property

Definition

Overloads

Item[Int32]

Item

Item[String]

Item 1

Item[Int32]

Item

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

Parameters

index
Int32

Property Value

Applies to

Item[String]

Item 1

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

Parameters

index
String

Property Value

Applies to