言語

MetaAssociation.DeleteRule プロパティ

定義

派生クラスでオーバーライドされると、子が削除されたときの動作を取得します。

public:
 abstract property System::String ^ DeleteRule { System::String ^ get(); };
public abstract string DeleteRule { get; }
member this.DeleteRule : string
Public MustOverride ReadOnly Property DeleteRule As String

プロパティ値

ルールを表す文字列。削除時にアクションが指定されていない場合は null

注釈

規則の例としては、"CASCADE"、"SET NULL" などがあります。

適用対象