InstancePersistenceContext.InstanceView 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得執行個體檢視物件,這個物件代表目前執行個體的記憶體中狀態。 當進行中的命令進行更新時,這個檢視就會反映更新。
public:
property System::Runtime::DurableInstancing::InstanceView ^ InstanceView { System::Runtime::DurableInstancing::InstanceView ^ get(); };
public System.Runtime.DurableInstancing.InstanceView InstanceView { get; }
member this.InstanceView : System.Runtime.DurableInstancing.InstanceView
Public ReadOnly Property InstanceView As InstanceView
屬性值
執行個體檢視物件。