Compartilhar via


Evento SchemaDeployment.ContributorMessage

Ocorre quando um DeploymentContributor, ou seja, DeploymentPlanContributor ou RefactoringDeploymentContributor, que retorna uma mensagem.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

SchemaDeployment Classe

Namespace Microsoft.Data.Schema.Build

DeploymentContributorEventArgs

DeploymentContributor

DeploymentPlanContributor

RefactoringDeploymentContributor