Partager via


AggregationDesignCollection.FindByName(String) Méthode

Définition

Obtient l’objet AggregationDesign de la collection qui a le nom spécifié.

public Microsoft.AnalysisServices.AggregationDesign FindByName (string name);
member this.FindByName : string -> Microsoft.AnalysisServices.AggregationDesign
Public Function FindByName (name As String) As AggregationDesign

Paramètres

name
String

Nom de l’objet AggregationDesign à localiser.

Retours

Objet AggregationDesign avec le nom spécifié, s’il existe dans la collection ; sinon, référence Null (Nothing en Visual Basic).

S’applique à