MetaTable.DeleteMethod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來執行刪除作業的 DataContext 方法。
public:
abstract property System::Reflection::MethodInfo ^ DeleteMethod { System::Reflection::MethodInfo ^ get(); };
public abstract System.Reflection.MethodInfo DeleteMethod { get; }
member this.DeleteMethod : System.Reflection.MethodInfo
Public MustOverride ReadOnly Property DeleteMethod As MethodInfo
屬性值
MethodInfo,對應於刪除作業所使用的方法。