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

컨텍스트의 결과를 나타냅니다.

적용 대상