ObjectContext.InterceptionContext 屬性
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
傳回此內容目前所使用的 DbInterceptionContext。
命名空間: System.Data.Entity.Core.Objects
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Property InterceptionContext As DbInterceptionContext
Get
Friend Set
'用途
Dim instance As ObjectContext
Dim value As DbInterceptionContext
value = instance.InterceptionContext
public DbInterceptionContext InterceptionContext { get; internal set; }
public:
property DbInterceptionContext^ InterceptionContext {
DbInterceptionContext^ get ();
internal: void set (DbInterceptionContext^ value);
}
member InterceptionContext : DbInterceptionContext with get, internal set
function get InterceptionContext () : DbInterceptionContext
internal function set InterceptionContext (value : DbInterceptionContext)
屬性值
類型:DbInterceptionContext