FKConstraint.DeleteRule Property

Gets or sets the rule for deleting the foreign key constraint.

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

Syntax

'Declaration
Public Property DeleteRule As Rule
    Get
    Friend Set
'Usage
Dim instance As FKConstraint
Dim value As Rule

value = instance.DeleteRule
public Rule DeleteRule { get; internal set; }
public:
property Rule DeleteRule {
    Rule get ();
    internal: void set (Rule value);
}
member DeleteRule : Rule with get, internal set
function get DeleteRule () : Rule
internal function set DeleteRule (value : Rule)

Property Value

Type: Microsoft.SqlServerCe.Management.Scripting.Common.Rule
The rule for deleting the foreign key constraint.

See Also

Reference

FKConstraint Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace