IScriptingOptions.ScriptPartitionSchemes Property

 

Applies To: SQL Server 2016 Preview

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

bool ScriptPartitionSchemes { get; }
property bool ScriptPartitionSchemes {
    bool get();
}
abstract ScriptPartitionSchemes : bool with get
ReadOnly Property ScriptPartitionSchemes As Boolean

Property Value

Type: System.Boolean

true if the table partitioning schemes are included in the script; otherwise, false.

See Also

IScriptingOptions Interface
Microsoft.SqlServer.Management.UI.VSIntegration Namespace

Return to top