ActionCompletedEventArgs.ResultContext 属性

定义

获取指定上下文的结果。

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

属性值

IContext

返回结果上下文的值。

适用于