Share via


IScriptingOptions.ScriptFileGroups Property

Gets a value indicating whether the script specifies the file groups.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property ScriptFileGroups As Boolean
    Get
'Usage
Dim instance As IScriptingOptions
Dim value As Boolean

value = instance.ScriptFileGroups
bool ScriptFileGroups { get; }
property bool ScriptFileGroups {
    bool get ();
}
abstract ScriptFileGroups : bool
function get ScriptFileGroups () : boolean

Property Value

Type: System.Boolean
true if the file groups are specified in the script; otherwise, false.