RelatedEnd.ValidateOwnerForAttach 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
確保相關端所屬的物件支援附加作業。
protected public:
void ValidateOwnerForAttach();
protected internal void ValidateOwnerForAttach ();
member this.ValidateOwnerForAttach : unit -> unit
Protected Friend Sub ValidateOwnerForAttach ()
例外狀況
當來源物件沒有附加至 ObjectContext、從 NoTracking 查詢中傳回來源物件,或者來源物件並非處於 Modified 或 Unchanged 狀態。
備註
物件服務在執行附加作業之前會先呼叫 ValidateOwnerForAttach 方法,以確保作業成功。