Compartilhar via


Propriedade Item (String)

Gets the AggregationDesignDimension, 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 ( _
    cubeDimensionId As String _
) As AggregationDesignDimension
    Get
'Uso
Dim instance As AggregationDesignDimensionCollection
Dim cubeDimensionId As String
Dim value As AggregationDesignDimension

value = instance(cubeDimensionId)
public AggregationDesignDimension this[
    string cubeDimensionId
] { get; }
public:
property AggregationDesignDimension^ default[String^ cubeDimensionId] {
    AggregationDesignDimension^ get (String^ cubeDimensionId);
}
member Item : AggregationDesignDimension
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Exceções

Exceção Condição
ArgumentNullException

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

ItemNotFoundException

cubeDimensionID does not exist in the collection.