SqlCeScripter.Options Property

Gets or sets the options that determine the style, requirement and details for the output script that will be generated.

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

Syntax

'Declaration
Public Property Options As ScriptOptions
    Get
    Set
'Usage
Dim instance As SqlCeScripter
Dim value As ScriptOptions

value = instance.Options

instance.Options = value
public ScriptOptions Options { get; set; }
public:
property ScriptOptions^ Options {
    ScriptOptions^ get ();
    void set (ScriptOptions^ value);
}
member Options : ScriptOptions with get, set
function get Options () : ScriptOptions
function set Options (value : ScriptOptions)

Property Value

Type: Microsoft.SqlServerCe.Management.Scripting.ScriptOptions
The options that determine the style, requirement and details for the output script that will be generated.

See Also

Reference

SqlCeScripter Class

Microsoft.SqlServerCe.Management.Scripting Namespace