GroupBySchemaType Property

Set to true to group objects by object type

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

Syntax

'Declaration
Public Property GroupBySchemaType As Boolean
    Get
    Friend Set
'Usage
Dim instance As OAImportScript
Dim value As Boolean

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

Property Value

Type: System..::..Boolean

See Also

Reference

OAImportScript Class

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