Compartir a través de


ISchemaDeploymentController.ScriptGenerationMessage (Evento)

Cuando se implementa en una clase derivada, controla un evento de mensaje de generación de script.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

ISchemaDeploymentController Interfaz

Microsoft.Data.Schema.Build (Espacio de nombres)

DeploymentContributorEventArgs