AggregationDesignCollection.FindByName Method (String)

 

Applies To: SQL Server 2016 Preview

Finds the AggregationDesign, with the specified name, from the collection.

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

Syntax

public AggregationDesign FindByName(
    string name
)
public:
AggregationDesign^ FindByName(
    String^ name
)
member FindByName : 
        name:string -> AggregationDesign
Public Function FindByName (
    name As String
) As AggregationDesign

Parameters

Return Value

Type: Microsoft.AnalysisServices.AggregationDesign

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

See Also

AggregationDesignCollection Class
Microsoft.AnalysisServices Namespace

Return to top