AggregationDesignAttributeCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the AggregationDesignAttribute, with the specified identifier, from the collection.

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

Syntax

public AggregationDesignAttribute Find(
    string attributeId
)
public:
AggregationDesignAttribute^ Find(
    String^ attributeId
)
member Find : 
        attributeId:string -> AggregationDesignAttribute
Public Function Find (
    attributeId As String
) As AggregationDesignAttribute

Parameters

Return Value

Type: Microsoft.AnalysisServices.AggregationDesignAttribute

The AggregationDesignAttribute, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

AggregationDesignAttributeCollection Class
Microsoft.AnalysisServices Namespace

Return to top