ScriptOptions.NTextToNVarCharMax Property

Gets or sets a value that indicates whether to convert NText values to NVarCharMax.

Namespace:  Microsoft.SqlServerCe.Management.Scripting
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property NTextToNVarCharMax As Boolean
    Get
    Set
'Usage
Dim instance As ScriptOptions
Dim value As Boolean

value = instance.NTextToNVarCharMax

instance.NTextToNVarCharMax = value
public bool NTextToNVarCharMax { get; set; }
public:
property bool NTextToNVarCharMax {
    bool get ();
    void set (bool value);
}
member NTextToNVarCharMax : bool with get, set
function get NTextToNVarCharMax () : boolean
function set NTextToNVarCharMax (value : boolean)

Property Value

Type: System.Boolean
true if NText should be converted to NVarCharMax; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace