ScriptOptions.DriAllKeys Property

Gets or sets a value that indicates whether the dependency relationships defined by all declarative referential integrity keys 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 DriAllKeys As Boolean
    Get
    Set
'Usage
Dim instance As ScriptOptions
Dim value As Boolean

value = instance.DriAllKeys

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

Property Value

Type: System.Boolean
true if dependency relationships defined by all declarative referential integrity keys are included in the generated script; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace