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) です。 |