ScriptOptions.ScriptDrops Property

Gets or sets a value that indicates whether the script operation generates a Transact-SQL script to remove the referenced component.

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

Syntax

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

value = instance.ScriptDrops

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

Property Value

Type: System.Boolean
true if the script operation generates a Transact-SQL script; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace