SqlCeScripter.ScriptObjects Property

Gets or sets a value that indicates whether the given objects or the complete database needs to script out.

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

Syntax

'Declaration
Public Property ScriptObjects As Boolean
    Get
    Set
'Usage
Dim instance As SqlCeScripter
Dim value As Boolean

value = instance.ScriptObjects

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

Property Value

Type: System.Boolean
true if the given objects needs to script out; otherwise, false.

See Also

Reference

SqlCeScripter Class

Microsoft.SqlServerCe.Management.Scripting Namespace