Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Indicates whether the collection contains a specified PerspectiveCalculation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As PerspectiveCalculation _
) As Boolean
'Usage
Dim instance As PerspectiveCalculationCollection
Dim item As PerspectiveCalculation
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
PerspectiveCalculation item
)
public:
bool Contains(
PerspectiveCalculation^ item
)
member Contains :
item:PerspectiveCalculation -> bool
public function Contains(
item : PerspectiveCalculation
) : boolean
Parameters
- item
Type: Microsoft.AnalysisServices.PerspectiveCalculation
The PerspectiveCalculation to be located.
Return Value
Type: System.Boolean
true if the PerspectiveCalculation exists in the collection; otherwise, false.