Propriedade SyncSchemaForeignKey.DeleteRule
Obtém ou define o objeto SyncSchemaForeignKeyRule. Esse objeto determina a ação que ocorre quando uma linha é excluída de ParentTable.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)
Sintaxe
'Declaração
Public Property DeleteRule As SyncSchemaForeignKeyRule
'Uso
Dim instance As SyncSchemaForeignKey
Dim value As SyncSchemaForeignKeyRule
value = instance.DeleteRule
instance.DeleteRule = value
public SyncSchemaForeignKeyRule DeleteRule { get; set; }
public:
property SyncSchemaForeignKeyRule DeleteRule {
SyncSchemaForeignKeyRule get ();
void set (SyncSchemaForeignKeyRule value);
}
/** @property */
public SyncSchemaForeignKeyRule get_DeleteRule ()
/** @property */
public void set_DeleteRule (SyncSchemaForeignKeyRule value)
public function get DeleteRule () : SyncSchemaForeignKeyRule
public function set DeleteRule (value : SyncSchemaForeignKeyRule)
Valor da propriedade
Um objeto SyncSchemaForeignKeyRule. Esse objeto determina a ação que ocorre quando uma linha é excluída de ParentTable.
Consulte também
Referência
Classe SyncSchemaForeignKey
Membros SyncSchemaForeignKey
Namespace Microsoft.Synchronization.Data