Właściwość PerspectiveCalculationCollection.Item (String)
Pobiera PerspectiveCalculation ma określony identyfikator z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String _
) As PerspectiveCalculation
Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- name
Typ: System.String
Identyfikator PerspectiveCalculation do zwrotu.
Wartość właściwości
Typ: Microsoft.AnalysisServices.PerspectiveCalculation
A PerspectiveCalculation określony przez identyfikator.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentNullException | namejest odwołaniem do wartości null (nic nie w języku Visual Basic). |
ItemNotFoundException | namenie istnieje kolekcja. |
Zobacz także