FKConstraint.UpdateRule Property

Gets or sets the rule for updating 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 UpdateRule As Rule
    Get
    Friend Set
'Usage
Dim instance As FKConstraint
Dim value As Rule

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

Property Value

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

See Also

Reference

FKConstraint Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace