Share via


IScriptingOptions.ScriptPartitionSchemes Property

Gets a value indicating whether the script includes the table partitioning schemes.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if the table partitioning schemes are included in the script; otherwise, false.