Partager via


ReverseEngineerConstructor.ConnectionString, propriété

Obtient ou définit la valeur de la chaîne de connexion.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
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

ReverseEngineerConstructor Classe

Microsoft.Data.Schema.SchemaModel, espace de noms