AggregationDesignAttributeCollection.Find Method
Gets the AggregationDesignAttribute, with the specified identifier, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Find ( _
attributeId As String _
) As AggregationDesignAttribute
'Usage
Dim instance As AggregationDesignAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationDesignAttribute
returnValue = instance.Find(attributeId)
public AggregationDesignAttribute Find(
string attributeId
)
public:
AggregationDesignAttribute^ Find(
String^ attributeId
)
member Find :
attributeId:string -> AggregationDesignAttribute
public function Find(
attributeId : String
) : AggregationDesignAttribute
Parameters
- attributeId
Type: System.String
The identifier of the AggregationDesignAttribute to be returned.
Return Value
Type: Microsoft.AnalysisServices.AggregationDesignAttribute
The AggregationDesignAttribute, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).