Share via


GroupBySchema Property

Gets or sets whether files are grouped by schema

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

Syntax

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

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

Property Value

Type: System..::..Boolean

See Also

Reference

OAImportDatabase Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace