Item propriété (String)
Gets the CalculationProperty, with the specified identifier, from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
calculationReference As String _
) As CalculationProperty
Get
'Utilisation
Dim instance As CalculationPropertyCollection
Dim calculationReference As String
Dim value As CalculationProperty
value = instance(calculationReference)
public CalculationProperty this[
string calculationReference
] { get; }
public:
property CalculationProperty^ default[String^ calculationReference] {
CalculationProperty^ get (String^ calculationReference);
}
member Item : CalculationProperty
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- calculationReference
Type : System. . :: . .String
The identifier of the CalculationProperty to be returned.
Valeur de la propriété
Type : Microsoft.AnalysisServices. . :: . .CalculationProperty
The CalculationProperty specified by the identifier.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | calculationReference is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | calculationReference does not exist in the collection. |