Condividi tramite


Evento SchemaDeployment.ContributorMessage

Si verifica quando un oggetto DeploymentContributor (ovvero DeploymentPlanContributor o RefactoringDeploymentContributor) restituisce un messaggio.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SchemaDeployment Classe

Spazio dei nomi Microsoft.Data.Schema.Build

DeploymentContributorEventArgs

DeploymentContributor

DeploymentPlanContributor

RefactoringDeploymentContributor