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