DeploymentContributor.PublishMessage(ExtensibilityError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Publishes a message to the deployment engine. The deployment engine will process and report the message to consumers.
protected void PublishMessage (Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError message);
member this.PublishMessage : Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError -> unit
Protected Sub PublishMessage (message As ExtensibilityError)
Parameters
- message
- ExtensibilityError
A ExtensibilityError that contains the message to publish