MetaAssociation.DeleteRule 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,會取得刪除子系時的行為。
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” 等等。