Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the collection contains an AggregationInstanceMeasure identified by the specified measureId
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
measureId As String _
) As Boolean
'Usage
Dim instance As AggregationInstanceMeasureCollection
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
Identifies the AggregationInstanceMeasure to be located.
Return Value
Type: System.Boolean
Returns true if the specified AggregationInstanceMeasure exists in the collection; otherwise, false