Sdílet prostřednictvím


ReverseEngineerConstructor.ConnectionString – vlastnost

Získá nebo nastaví řetězec připojení.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String
Připojovací řetězec.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ReverseEngineerConstructor Třída

Microsoft.Data.Schema.SchemaModel – obor názvů