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 PerspectiveKpi.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As PerspectiveKpi _
) As Boolean
'Usage
Dim instance As PerspectiveKpiCollection
Dim item As PerspectiveKpi
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
PerspectiveKpi item
)
public:
bool Contains(
PerspectiveKpi^ item
)
member Contains :
item:PerspectiveKpi -> bool
public function Contains(
item : PerspectiveKpi
) : boolean
Parameters
- item
Type: Microsoft.AnalysisServices.PerspectiveKpi
The PerspectiveKpi to locate.
Return Value
Type: System.Boolean
true if the PerspectiveKpi exists in the collection; otherwise, false.