Compartir a través de


SchemaDeployment.ContributorMessage (Evento)

Se produce cuando un objeto DeploymentContributor (es decir, DeploymentPlanContributor o RefactoringDeploymentContributor) devuelve un mensaje.

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

Sintaxis

'Declaración
Public Event ContributorMessage As EventHandler(Of DeploymentContributorEventArgs)
public event EventHandler<DeploymentContributorEventArgs> ContributorMessage
public:
 event EventHandler<DeploymentContributorEventArgs^>^ ContributorMessage {
    void add (EventHandler<DeploymentContributorEventArgs^>^ value);
    void remove (EventHandler<DeploymentContributorEventArgs^>^ value);
}
member ContributorMessage : IEvent<EventHandler<DeploymentContributorEventArgs>,
    DeploymentContributorEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

SchemaDeployment Clase

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

DeploymentContributorEventArgs

DeploymentContributor

DeploymentPlanContributor

RefactoringDeploymentContributor