AggregationInstanceAttributeCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the specified AggregationInstanceAttribute from the collection.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.AnalysisServices.AggregationInstanceAttribute

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

See Also

AggregationInstanceAttributeCollection Class
Microsoft.AnalysisServices Namespace

Return to top