Share via


ActionCompletedEventArgs(String, IContext, IContext) コンストラクター

定義

指定された actionMoniker、context、および resultContext の各パラメーターを使用して、ActionCompletedEventArgs クラスの新しいインスタンスを初期化します。

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

コンテキストの結果を表します。

適用対象