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.
Indicates whether the collection contains the specified PerspectiveMeasure.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As PerspectiveMeasure _
) As Boolean
'Usage
Dim instance As PerspectiveMeasureCollection
Dim item As PerspectiveMeasure
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
PerspectiveMeasure item
)
public:
bool Contains(
PerspectiveMeasure^ item
)
member Contains :
item:PerspectiveMeasure -> bool
public function Contains(
item : PerspectiveMeasure
) : boolean
Parameter
- item
Typ: Microsoft.AnalysisServices.PerspectiveMeasure
The PerspectiveMeasure to locate.
Rückgabewert
Typ: System.Boolean
true if the PerspectiveMeasure exists in the collection; otherwise, false.