DeleteRule Propiedad
Obtiene o establece el objeto SyncSchemaForeignKeyRule. Este objeto determina la acción que se lleva a cabo al eliminar una fila de la propiedad ParentTable.
Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en Microsoft.Synchronization.Data.dll)
Sintaxis
'Declaración
Public Property DeleteRule As SyncSchemaForeignKeyRule
Get
Set
'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);
}
member DeleteRule : SyncSchemaForeignKeyRule with get, set
function get DeleteRule () : SyncSchemaForeignKeyRule
function set DeleteRule (value : SyncSchemaForeignKeyRule)
Valor de la propiedad
Tipo: Microsoft.Synchronization.Data. . :: . .SyncSchemaForeignKeyRule
Objeto SyncSchemaForeignKeyRule. Este objeto determina la acción que se lleva a cabo al eliminar una fila de la propiedad ParentTable.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | value es un valor null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). . |