ReverseEngineerConstructor.ConnectionString 属性

获取或设置连接字符串。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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)

属性值

类型:System.String
连接字符串。

.NET Framework 安全性

请参见

参考

ReverseEngineerConstructor 类

Microsoft.Data.Schema.SchemaModel 命名空间