共用方式為


IVsDataConnectionDialog.ChooseSourceTitle 屬性

在 [加入資料連接] 對話方塊之前出現時,取得或設定 [選擇資料來源] 對話方塊的標題。

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

語法

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

屬性值

類型:String
字串常值文字值。

備註

預設值為「選取資料來源」。

.NET Framework 安全性

請參閱

參考

IVsDataConnectionDialog 介面

Microsoft.VisualStudio.Data.Services 命名空間