ScriptingOptions.NoVardecimal Property
Gets or sets an object that specifies whether to include the N clause when you create vardecimal columns in the generated script.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Property NoVardecimal As Boolean
public bool NoVardecimal { get; set; }
public:
property bool NoVardecimal {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_NoVardecimal ()
/** @property */
public void set_NoVardecimal (boolean value)
public function get NoVardecimal () : boolean
public function set NoVardecimal (value : boolean)
Property Value
Boolean object represents NoFileStreamColumn value in the scripting options. If True the vardecimal columns are not included in the script. Otherwise, False.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.