Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a Rule enumeration value that determines the action that occurs when a row is updated in the parent table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property UpdateRule As Rule
Get
Set
'Usage
Dim instance As DbSyncForeignKeyConstraint
Dim value As Rule
value = instance.UpdateRule
instance.UpdateRule = value
public Rule UpdateRule { get; set; }
public:
property Rule UpdateRule {
Rule get ();
void set (Rule value);
}
member UpdateRule : Rule with get, set
function get UpdateRule () : Rule
function set UpdateRule (value : Rule)
Property Value
Type: System.Data.Rule
A Rule enumeration value.
Remarks
Example