DbSyncForeignKeyConstraint.UpdateRule-Eigenschaft
Ruft einen Rule-Enumerationswert ab, der die beim Aktualisieren einer Zeile in der übergeordneten Tabelle ausgelöste Aktion bestimmt, oder legt diesen fest.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property UpdateRule As Rule
'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);
}
/** @property */
public Rule get_UpdateRule ()
/** @property */
public void set_UpdateRule (Rule value)
public function get UpdateRule () : Rule
public function set UpdateRule (value : Rule)
Eigenschaftenwert
Ein Rule-Enumerationswert.
Hinweise
Beispiel
Siehe auch
Verweis
DbSyncForeignKeyConstraint-Klasse
DbSyncForeignKeyConstraint-Member
Microsoft.Synchronization.Data-Namespace