SchemaComparePublishResult Class

Definition

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.

Applies to