SchemaComparisonResult.PublishChangesToProject 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.
Updates the target project schema to be consistent with the source schema
public Microsoft.SqlServer.Dac.Compare.SchemaComparePublishProjectResult PublishChangesToProject (string projectPath, Microsoft.SqlServer.Dac.DacExtractTarget folderStructure);
public Microsoft.SqlServer.Dac.Compare.SchemaComparePublishProjectResult PublishChangesToProject (string projectFolder, Microsoft.SqlServer.Dac.DacExtractTarget folderStructure);
member this.PublishChangesToProject : string * Microsoft.SqlServer.Dac.DacExtractTarget -> Microsoft.SqlServer.Dac.Compare.SchemaComparePublishProjectResult
member this.PublishChangesToProject : string * Microsoft.SqlServer.Dac.DacExtractTarget -> Microsoft.SqlServer.Dac.Compare.SchemaComparePublishProjectResult
Public Function PublishChangesToProject (projectPath As String, folderStructure As DacExtractTarget) As SchemaComparePublishProjectResult
Public Function PublishChangesToProject (projectFolder As String, folderStructure As DacExtractTarget) As SchemaComparePublishProjectResult
Parameters
- projectPathprojectFolder
- String
path of the project to be updated
- folderStructure
- DacExtractTarget
folder structure of the project to be updated