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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。