ConnectionStringsExpressionBuilder.GetConnectionStringProviderName 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.
Retourne le fournisseur de chaînes de connexion à partir de la section <connectionStrings
> du fichier Web.config.
public:
static System::String ^ GetConnectionStringProviderName(System::String ^ connectionStringName);
public static string GetConnectionStringProviderName (string connectionStringName);
static member GetConnectionStringProviderName : string -> string
Public Shared Function GetConnectionStringProviderName (connectionStringName As String) As String
Paramètres
- connectionStringName
- String
Nom de la chaîne de connexion.
Retours
Fournisseur en tant que String pour ce nom de chaîne de connexion.
Exceptions
Le nom de la chaîne de connexion est introuvable dans le fichier Web.config.
Remarques
La ConfigurationManager.ConnectionStrings propriété retourne une collection de valeurs de chaîne de connexion. La GetConnectionStringProviderName méthode retourne le fournisseur pour la valeur de cette collection associée au nom de la chaîne de connexion.