Compartilhar via


Propriedade do RDL CubeCollection.Item (String)

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

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    id As String _
) As Cube 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Exceções

Exceção Condição
ArgumentNullException

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

ItemNotFoundException

id does not exist in the collection.

Consulte também

Referência

CubeCollection Classe

Sobrecarregado Item

Namespace Microsoft.AnalysisServices