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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Data.Schema.Build (Espacio de nombres)