AggregationDesignCollection.FindByName(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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).