SqlUserInteractionServices.TryConstructConnectionStringAndProvider, méthode
Utilisé pour obtenir la chaîne de connexion spécifique à SQL Server et le fournisseur SQL Server.
Espace de noms : Microsoft.Data.Schema.Sql
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
Public Overrides Function TryConstructConnectionStringAndProvider ( _
connectionString As String, _
databaseName As String, _
<OutAttribute> ByRef provider As Guid, _
<OutAttribute> ByRef formattedConnectionString As String _
) As Boolean
public override bool TryConstructConnectionStringAndProvider(
string connectionString,
string databaseName,
out Guid provider,
out string formattedConnectionString
)
public:
virtual bool TryConstructConnectionStringAndProvider(
String^ connectionString,
String^ databaseName,
[OutAttribute] Guid% provider,
[OutAttribute] String^% formattedConnectionString
) override
abstract TryConstructConnectionStringAndProvider :
connectionString:string *
databaseName:string *
provider:Guid byref *
formattedConnectionString:string byref -> bool
override TryConstructConnectionStringAndProvider :
connectionString:string *
databaseName:string *
provider:Guid byref *
formattedConnectionString:string byref -> bool
public override function TryConstructConnectionStringAndProvider(
connectionString : String,
databaseName : String,
provider : Guid,
formattedConnectionString : String
) : boolean
Paramètres
- connectionString
Type : System.String
Chaîne de connexion.
- databaseName
Type : System.String
Nom du serveur de base de données auquel vous vous connectez.
- provider
Type : System.Guid%
GUID retourné du fournisseur.
- formattedConnectionString
Type : System.String%
Chaîne de connexion mise en forme retournée.
Valeur de retour
Type : System.Boolean
true si la méthode a pu construire la chaîne de connexion et obtenir le GUID approprié.
Notes
Ces informations sont utilisées pour ajouter la connexion à l'Explorateur de serveurs.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.