DataSourceViewCollection.GetByName(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 DataSourceView de la collection qui a le nom spécifié.
public Microsoft.AnalysisServices.DataSourceView GetByName (string name);
member this.GetByName : string -> Microsoft.AnalysisServices.DataSourceView
Public Function GetByName (name As String) As DataSourceView
Paramètres
- name
- String
Nom de l’objet DataSourceView à localiser.
Retours
Objet DataSourceView avec le nom spécifié.
Exceptions
La collection ne contient pas d’objet DataSourceView avec le nom spécifié.