IScriptingOptions.IncludeVarDecimal Property
Gets a value indicating whether to include the N clause when you create VarDecimal columns in the generated script.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property IncludeVarDecimal As Boolean
Get
'Usage
Dim instance As IScriptingOptions
Dim value As Boolean
value = instance.IncludeVarDecimal
bool IncludeVarDecimal { get; }
property bool IncludeVarDecimal {
bool get ();
}
abstract IncludeVarDecimal : bool
function get IncludeVarDecimal () : boolean
Property Value
Type: System.Boolean
true if the VarDecimal is included in the script; otherwise, false.