IScriptingOptions.ScriptDataCompressionOptions Property

 

Applies To: SQL Server 2016 Preview

Gets a value indicating whether to include data compression options in the generated script.

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

Syntax

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

Property Value

Type: System.Boolean

true if a data compression options is included; otherwise, false.

See Also

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

Return to top