Partager via


SchemaDeploymentOptions.TargetConnectionString, propriété

Obtient ou définit la chaîne de connexion pour la base de données cible.

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

Syntaxe

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

Valeur de propriété

Type : System.String
Chaîne de connexion de la base de données cible.

Sécurité .NET Framework

Voir aussi

Référence

SchemaDeploymentOptions Classe

Microsoft.Data.Schema.Build, espace de noms