Condividi tramite


Proprietà CubeCollection.Item (String)

Gets the Cube, with the specified identifier, from the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    id As String _
) As Cube 
    Get
'Utilizzo
Dim instance As CubeCollection 
Dim id As String 
Dim value As Cube 

value = instance(id)
public Cube this[
    string id
] { get; }
public:
property Cube^ default[String^ id] {
    Cube^ get (String^ id);
}
member Item : Cube
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.AnalysisServices.Cube
The Cube specified by the identifier.

Eccezioni

Eccezione Condizione
ArgumentNullException

id is a null reference (Nothing in Visual Basic).

ItemNotFoundException

id does not exist in the collection.

Vedere anche

Riferimento

CubeCollection Classe

Overload Item

Spazio dei nomi Microsoft.AnalysisServices