Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the index of a CalculationProperty with the specified identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function IndexOf ( _
calculationReference As String _
) As Integer
'Usage
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
Parameter
- calculationReference
Typ: System.String
The identifier of a CalculationProperty to be located.
Rückgabewert
Typ: System.Int32
The zero-based index of the CalculationProperty specified by calculationReference if the object is found; otherwise, -1.