IsGroupingByType Property

Gets whether to group objects by schema object type 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 IsGroupingByType As Boolean
    Get
'Usage
Dim instance As ImportOptionsControl
Dim value As Boolean

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

Property Value

Type: System..::..Boolean

See Also

Reference

ImportOptionsControl Class

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