ActionCompletedEventArgs(String, IContext, IContext) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化具有指定的 actionMoniker、內容和 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
表示內容的結果。