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)
'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.
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Spazio dei nomi Microsoft.Data.Schema.Build