Delen via


AggregationAttributeCollection.Find Method

Returns the AggregationAttribute with the specified attribute identifier or null if not found.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Find ( _
    attributeId As String _
) As AggregationAttribute
'Usage
Dim instance As AggregationAttributeCollection 
Dim attributeId As String 
Dim returnValue As AggregationAttribute 

returnValue = instance.Find(attributeId)
public AggregationAttribute Find(
    string attributeId
)
public:
AggregationAttribute^ Find(
    String^ attributeId
)
member Find : 
        attributeId:string -> AggregationAttribute
public function Find(
    attributeId : String
) : AggregationAttribute

Parameters

Return Value

Type: Microsoft.AnalysisServices.AggregationAttribute
The AggregationAttribute or a null reference (Nothing in Visual Basic) if not found.

See Also

Reference

AggregationAttributeCollection Class

Microsoft.AnalysisServices Namespace