PerspectiveMeasureCollection.Contains Method (String)
Indicates whether the collection contains a PerspectiveMeasure that has the specified identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
measureId As String _
) As Boolean
'Usage
Dim instance As PerspectiveMeasureCollection
Dim measureId As String
Dim returnValue As Boolean
returnValue = instance.Contains(measureId)
public bool Contains(
string measureId
)
public:
bool Contains(
String^ measureId
)
member Contains :
measureId:string -> bool
public function Contains(
measureId : String
) : boolean
Parameters
- measureId
Type: System.String
The identifier of the PerspectiveMeasure to locate.
Return Value
Type: System.Boolean
true if the PerspectiveMeasure exists in the collection; otherwise, false.