ActionCompletedEventArgs(String, IContext, IContext) Konstruktor

Definition

Initialisiert eine neue Instanz der ActionCompletedEventArgs-Klasse mit den angegebenen actionMoniker-, context- und resultContext-Parametern.

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)

Parameter

actionMoniker
String

Stellt den Namen der Aktion dar.

context
IContext

Stellt den Kontext dar.

resultContext
IContext

Stellt das Ergebnis des Kontexts dar.

Gilt für: