Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Indicates whether the collection contains a specified MeasureGroupAttribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As MeasureGroupAttribute _
) As Boolean
'Usage
Dim instance As MeasureGroupAttributeCollection
Dim item As MeasureGroupAttribute
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
MeasureGroupAttribute item
)
public:
bool Contains(
MeasureGroupAttribute^ item
)
member Contains :
item:MeasureGroupAttribute -> bool
public function Contains(
item : MeasureGroupAttribute
) : boolean
Parameters
- item
Type: Microsoft.AnalysisServices.MeasureGroupAttribute
The MeasureGroupAttribute to locate.
Return Value
Type: System.Boolean
true if the MeasureGroupAttribute exists in the collection; otherwise, false.