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)
Syntax
'Declaration
Public Property UpdateRule As SyncSchemaForeignKeyRule
'Usage
Dim instance As SyncSchemaForeignKey
Dim value As SyncSchemaForeignKeyRule
value = instance.UpdateRule
instance.UpdateRule = value
public SyncSchemaForeignKeyRule UpdateRule { get; set; }
public:
property SyncSchemaForeignKeyRule UpdateRule {
SyncSchemaForeignKeyRule get ();
void set (SyncSchemaForeignKeyRule value);
}
/** @property */
public SyncSchemaForeignKeyRule get_UpdateRule ()
/** @property */
public void set_UpdateRule (SyncSchemaForeignKeyRule value)
public function get UpdateRule () : SyncSchemaForeignKeyRule
public function set UpdateRule (value : SyncSchemaForeignKeyRule)
Property Value
A SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is updated in the ParentTable.
See Also
Reference
SyncSchemaForeignKey Class
SyncSchemaForeignKey Members
Microsoft.Synchronization.Data Namespace