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

定義

指定されたコンテキスト、コンテキスト名、および結果を使用して、LaunchedEventArgs クラスの新しいインスタンスを初期化します。

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

パラメーター

actionMoniker
String

アクションの名前を表す文字列。

context
IContext

指定されたコンテキスト。

resultContext
IContext

指定するコンテキストの結果。

適用対象