IsGroupingBySchema Property

Gets whether to group objects by schema during import

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

Syntax

'Declaration
Public ReadOnly Property IsGroupingBySchema As Boolean
    Get
'Usage
Dim instance As ImportOptionsControl
Dim value As Boolean

value = instance.IsGroupingBySchema
public bool IsGroupingBySchema { get; }
public:
property bool IsGroupingBySchema {
    bool get ();
}
member IsGroupingBySchema : bool
function get IsGroupingBySchema () : boolean

Property Value

Type: System..::..Boolean

See Also

Reference

ImportOptionsControl Class

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