Metoda CalculationPropertyCollection.IndexOf (String)
Pobiera indeks CalculationProperty z określonym identyfikatorem.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function IndexOf ( _
calculationReference As String _
) As Integer
'Użycie
Dim instance As CalculationPropertyCollection
Dim calculationReference As String
Dim returnValue As Integer
returnValue = instance.IndexOf(calculationReference)
public int IndexOf(
string calculationReference
)
public:
int IndexOf(
String^ calculationReference
)
member IndexOf :
calculationReference:string -> int
public function IndexOf(
calculationReference : String
) : int
Parametry
- calculationReference
Typ: System.String
Identyfikator CalculationProperty się znajdować.
Wartość zwracana
Typ: System.Int32
Indeks od zera CalculationProperty określonych przez calculationReference , jeśli obiekt znajduje się; w przeciwnym razie -1.
Zobacz także