共用方式為


IVsDataConnectionSupport.ConnectionString 屬性

當由類別實作時,取得或設定要求的資訊的字串表示建立指定資料來源的連接。

命名空間:  Microsoft.VisualStudio.Data.Services.SupportEntities
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
Property ConnectionString As String
string ConnectionString { get; set; }
property String^ ConnectionString {
    String^ get ();
    void set (String^ value);
}
abstract ConnectionString : string with get, set
function get ConnectionString () : String 
function set ConnectionString (value : String)

屬性值

類型:String
資料來源連接資訊的字串表示。

.NET Framework 安全性

請參閱

參考

IVsDataConnectionSupport 介面

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空間