Freigeben über


SchemaDeployment.ContributorMessage-Ereignis

Tritt ein, wenn ein DeploymentContributor-Element (d. h. DeploymentPlanContributor-Element oder RefactoringDeploymentContributor-Element) eine Meldung zurückgibt.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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 unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaDeployment Klasse

Microsoft.Data.Schema.Build-Namespace

DeploymentContributorEventArgs

DeploymentContributor

DeploymentPlanContributor

RefactoringDeploymentContributor