ScriptOptions.ImageToVarBinaryMax Property

Gets or sets a value that indicates whether to convert images to VarBinaryMax.

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

Syntax

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

value = instance.ImageToVarBinaryMax

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

Property Value

Type: System.Boolean
true if images should be converted to VarBinaryMax; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace