Partager via


DataSourceViewCollection.GetByName(String) Méthode

Définition

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é.

S’applique à