Partager via


DeploymentContributorContext.ConnectionString, propriété

Obtient ou définit la chaîne de connexion qui est utilisée par le processus de génération.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Property ConnectionString As String
    Get
    Set
public string ConnectionString { get; set; }
public:
property String^ ConnectionString {
    String^ get ();
    void set (String^ value);
}
member ConnectionString : string with get, set
function get ConnectionString () : String
function set ConnectionString (value : String)

Valeur de propriété

Type : System.String
Chaîne de connexion.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentContributorContext Classe

Microsoft.Data.Schema.Build, espace de noms