SqlConnectionStringBuilder.ContextConnection Proprietà

Definizione

Attenzione

ContextConnection has been deprecated. SqlConnection will ignore the 'Context Connection' keyword.

Obsoleta. Ottiene o imposta un valore che indica se effettuare una connessione di tipo client/server o in-process a SQL Server.

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

Valore della proprietà

Valore della proprietà ContextConnection o False se non è stato fornito alcun valore.

Attributi

Commenti

Questa proprietà corrisponde alla chiave "Context Connection" all'interno della stringa di connessione.

Nota

La DataSource proprietà restituisce null se la stringa di connessione per l'oggetto SqlConnection è "context connection=true".

Si applica a