SqlConnectionStringBuilder.ContextConnection Propriété
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.
Attention
ContextConnection has been deprecated. SqlConnection will ignore the 'Context Connection' keyword.
Obsolète. Obtient ou définit une valeur qui indique si une connexion client/serveur ou in-process à SQL Server doit être établie.
public:
property bool ContextConnection { bool get(); void set(bool value); };
public bool ContextConnection { get; set; }
[System.Obsolete("ContextConnection has been deprecated. SqlConnection will ignore the 'Context Connection' keyword.")]
public bool ContextConnection { get; set; }
member this.ContextConnection : bool with get, set
[<System.Obsolete("ContextConnection has been deprecated. SqlConnection will ignore the 'Context Connection' keyword.")>]
member this.ContextConnection : bool with get, set
Public Property ContextConnection As Boolean
Valeur de propriété
Valeur de la propriété ContextConnection, ou False
si aucune valeur n’a été fournie.
- Attributs
Remarques
Cette propriété correspond à la clé « Context Connection » dans la chaîne de connexion.
Notes
La DataSource propriété retourne null
si la chaîne de connexion du SqlConnection est « context connection=true ».