Metodo MeasureGroupAttributeCollection.Contains (String)
Indicates whether the collection contains a MeasureGroupAttribute that has the specified identifier.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Contains ( _
attributeId As String _
) As Boolean
'Utilizzo
Dim instance As MeasureGroupAttributeCollection
Dim attributeId As String
Dim returnValue As Boolean
returnValue = instance.Contains(attributeId)
public bool Contains(
string attributeId
)
public:
bool Contains(
String^ attributeId
)
member Contains :
attributeId:string -> bool
public function Contains(
attributeId : String
) : boolean
Parametri
- attributeId
Tipo: System.String
The identifier of the MeasureGroupAttribute to locate.
Valore restituito
Tipo: System.Boolean
true if the MeasureGroupAttribute exists in the collection; otherwise, false.