DeleteRule 属性
获取或设置 SyncSchemaForeignKeyRule 对象。该对象决定从 ParentTable 中删除一行时将执行的操作。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public Property DeleteRule As SyncSchemaForeignKeyRule
Get
Set
用法
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)
属性值
类型:Microsoft.Synchronization.Data. . :: . .SyncSchemaForeignKeyRule
一个 SyncSchemaForeignKeyRule 对象。该对象决定从 ParentTable 中删除一行时将执行的操作。
异常
异常 | 条件 |
---|---|
ArgumentNullException | value 为 null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) 。 |