다음을 통해 공유


IVsDataConnectionDialog.SaveSelection Property

Gets or sets a value indicating whether the caller of the dialog box should persist the currently selected data source and DDEX provider combination.

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

Syntax

‘선언
Property SaveSelection As Boolean
    Get
    Set
bool SaveSelection { get; set; }
property bool SaveSelection {
    bool get ();
    void set (bool value);
}
abstract SaveSelection : bool with get, set
function get SaveSelection () : boolean
function set SaveSelection (value : boolean)

Property Value

Type: System.Boolean
true if the dialog box should persist the currently selected data source and DDEX provider combination; otherwise, false.

Remarks

This value reflects the state of the Always use this selection check box in the Choose Data Source dialog box.

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace