SyncSchemaForeignKey::UpdateRule Property

Gets or sets the SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is updated in the ParentTable.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property SyncSchemaForeignKeyRule UpdateRule {
	SyncSchemaForeignKeyRule get ();
	void set (SyncSchemaForeignKeyRule value);
}

Property Value

Type: Microsoft.Synchronization.Data::SyncSchemaForeignKeyRule
A SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is updated in the ParentTable.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: