PublishResult(String, String, String) Constructor
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.
Constructs a PublishResult with the specified contents
public PublishResult (string deployReport, string dbScript, string masterScript);
new Microsoft.SqlServer.Dac.PublishResult : string * string * string -> Microsoft.SqlServer.Dac.PublishResult
Public Sub New (deployReport As String, dbScript As String, masterScript As String)
Parameters
- deployReport
- String
set as the DeploymentReport to return
- dbScript
- String
set as the DatabaseScript to return
- masterScript
- String
set as the MasterDbScript to return