ScriptOptions.DriAllConstraints Property

Gets or sets a value that indicates whether all declarative referential integrity constraints are 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 DriAllConstraints As Boolean
    Get
    Set
'Usage
Dim instance As ScriptOptions
Dim value As Boolean

value = instance.DriAllConstraints

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

Property Value

Type: System.Boolean
true if all declarative referential integrity constraints are included in the generated script; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace