Freigeben über


MeasureGroupAttributeCollection.Contains-Methode (MeasureGroupAttribute)

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

Parameter

Rückgabewert

Typ: System.Boolean
true if the MeasureGroupAttribute exists in the collection; otherwise, false.

Siehe auch

Verweis

MeasureGroupAttributeCollection Klasse

Contains-Überladung

Microsoft.AnalysisServices-Namespace