Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.