GroupBySchemaType Property

Gets or sets whether objects are grouped by schema object type

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

Syntax

'Declaration
Public Property GroupBySchemaType As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ImportScriptSettings
Dim value As Nullable(Of Boolean)

value = instance.GroupBySchemaType

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

Property Value

Type: System..::..Nullable< (Of < ( <'Boolean> ) > ) >

See Also

Reference

ImportScriptSettings Class

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