DataConnectionDialog.ChangeDataSourceTitle Property

Retrieves or sets the title of the Data Source dialog box, which can be shown when the user clicks the Change… button.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Public MustOverride Property ChangeDataSourceTitle As String
'使用
Dim instance As DataConnectionDialog
Dim value As String

value = instance.ChangeDataSourceTitle

instance.ChangeDataSourceTitle = value
public abstract string ChangeDataSourceTitle { get; set; }
public:
virtual property String^ ChangeDataSourceTitle {
    String^ get () abstract;
    void set (String^ value) abstract;
}
public abstract function get ChangeDataSourceTitle () : String
public abstract function set ChangeDataSourceTitle (value : String)

Property Value

Type: System.String

Returns the string literal value for the dialog box title.

Remarks

The default value is "Change Data Source".

Permissions

See Also

Reference

DataConnectionDialog Class

DataConnectionDialog Members

Microsoft.VisualStudio.Data Namespace