Share via


GroupBySchema Property

Gets or sets whether to group objects by schema

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property GroupBySchema As Boolean
    Get
    Set
'Usage
Dim instance As ImportSettingsBase
Dim value As Boolean

value = instance.GroupBySchema

instance.GroupBySchema = value
public bool GroupBySchema { get; set; }
public:
property bool GroupBySchema {
    bool get ();
    void set (bool value);
}
member GroupBySchema : bool with get, set
function get GroupBySchema () : boolean
function set GroupBySchema (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

ImportSettingsBase Class

Microsoft.VisualStudio.Data.Tools.Package.Project Namespace