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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Data.Schema.Build