SchemaDeployment.ContributorMessage, événement
Se produit lorsqu'un DeploymentContributor (autrement dit, DeploymentPlanContributor ou RefactoringDeploymentContributor) retourne un message.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Data.Schema.Build, espace de noms