ScriptOptions.ScriptSchema Property

Gets or sets a value that indicates whether the ScriptSchema property is included in the generated script.

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

Syntax

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

value = instance.ScriptSchema

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

Property Value

Type: System.Boolean
true if the ScriptSchema property is included in the generated script; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace