Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.