ActionCompletedEventArgs.ResultContext Property

Definition

Gets the result of the specified context.

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

Property Value

Returns the value of the result context.

Applies to