共用方式為


ISchemaDeploymentController.ScriptGenerationMessage 事件

在衍生類別中實作時,處理指令碼產生訊息事件。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Event ScriptGenerationMessage As EventHandler(Of DeploymentContributorEventArgs)
event EventHandler<DeploymentContributorEventArgs> ScriptGenerationMessage
 event EventHandler<DeploymentContributorEventArgs^>^ ScriptGenerationMessage {
    void add (EventHandler<DeploymentContributorEventArgs^>^ value);
    void remove (EventHandler<DeploymentContributorEventArgs^>^ value);
}
abstract ScriptGenerationMessage : IEvent<EventHandler<DeploymentContributorEventArgs>,
    DeploymentContributorEventArgs>
JScript 不支援事件。

.NET Framework 安全性

請參閱

參考

ISchemaDeploymentController 介面

Microsoft.Data.Schema.Build 命名空間

DeploymentContributorEventArgs