Propriedade do RDL PerspectiveCalculationCollection.Item (String)
Gets the PerspectiveCalculation that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As PerspectiveCalculation
Get
'Uso
Dim instance As PerspectiveCalculationCollection
Dim name As String
Dim value As PerspectiveCalculation
value = instance(name)
public PerspectiveCalculation this[
string name
] { get; }
public:
property PerspectiveCalculation^ default[String^ name] {
PerspectiveCalculation^ get (String^ name);
}
member Item : PerspectiveCalculation
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
The identifier of the PerspectiveCalculation to return.
Valor da propriedade
Tipo: Microsoft.AnalysisServices.PerspectiveCalculation
A PerspectiveCalculation specified by the identifier.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | name is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | name does not exist in the collection. |