SchemaComparePublishResult Class
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.
Result of publishing comparison result to database
public class SchemaComparePublishResult
type SchemaComparePublishResult = class
Public Class SchemaComparePublishResult
- Inheritance
-
SchemaComparePublishResult
Constructors
SchemaComparePublishResult() |
Properties
Errors |
Any errors encountered while publishing |
MasterScript |
When needed (e.g. for Azure SQL Database), a separate script to be executed against the master database on the target server |
Script |
The generated script |
Success |
Indicates whether generating the script was successful. |