OlapInfoCubeCollection.Item[] Propiedad

Definición

Sobrecargas

Item[Int32]

Elemento

Item[String]

Elemento 1

Item[Int32]

Elemento

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

Parámetros

index
Int32

Valor de propiedad

Se aplica a

Item[String]

Elemento 1

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

Parámetros

name
String

Valor de propiedad

Se aplica a