ITaskManager.Context 屬性

定義

這樣可以了解 TaskManager 正在處理什麼。

public:
 property Microsoft::SqlServer::Management::Data::IContext ^ Context { Microsoft::SqlServer::Management::Data::IContext ^ get(); };
public Microsoft.SqlServer.Management.Data.IContext Context { get; }
member this.Context : Microsoft.SqlServer.Management.Data.IContext
Public ReadOnly Property Context As IContext

屬性值

任務管理員正在處理的上下文。

適用於