ActionCompletedEventArgs(String, IContext, IContext) 建構函式

定義

初始化一個新的類別實例 ActionCompletedEventArgs ,並指定 actionMoniker、context 和 resultContext 參數。

public:
 ActionCompletedEventArgs(System::String ^ actionMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context, Microsoft::SqlServer::Management::Data::IContext ^ resultContext);
public ActionCompletedEventArgs(string actionMoniker, Microsoft.SqlServer.Management.Data.IContext context, Microsoft.SqlServer.Management.Data.IContext resultContext);
new Microsoft.SqlServer.Management.ActionCompletedEventArgs : string * Microsoft.SqlServer.Management.Data.IContext * Microsoft.SqlServer.Management.Data.IContext -> Microsoft.SqlServer.Management.ActionCompletedEventArgs
Public Sub New (actionMoniker As String, context As IContext, resultContext As IContext)

參數

actionMoniker
String

代表行動名稱。

context
IContext

代表了當時的情境。

resultContext
IContext

代表情境的結果。

適用於