ISchemaDeploymentController.DeploymentMessage 事件

当在派生类中实现时,处理部署消息事件。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Event DeploymentMessage As EventHandler(Of DeploymentContributorEventArgs)
event EventHandler<DeploymentContributorEventArgs> DeploymentMessage
 event EventHandler<DeploymentContributorEventArgs^>^ DeploymentMessage {
    void add (EventHandler<DeploymentContributorEventArgs^>^ value);
    void remove (EventHandler<DeploymentContributorEventArgs^>^ value);
}
abstract DeploymentMessage : IEvent<EventHandler<DeploymentContributorEventArgs>,
    DeploymentContributorEventArgs>
JScript 不支持事件。

.NET Framework 安全性

请参见

参考

ISchemaDeploymentController 接口

Microsoft.Data.Schema.Build 命名空间

DeploymentContributorEventArgs