AggregationDesignAttributeCollection.Contains Method (String)
Indicates whether the collection contains an AggregationDesignAttribute with the specified identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
attributeId As String _
) As Boolean
'Usage
Dim instance As AggregationDesignAttributeCollection
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
Parameters
- attributeId
Type: System.String
The identifier of the AggregationDesignAttribute to be located.
Return Value
Type: System.Boolean
true if the AggregationDesignAttribute is contained in the collection; otherwise, false.