SchemaCompareScriptGenerationResult Class

Definition

Result of generating scripts

public class SchemaCompareScriptGenerationResult
type SchemaCompareScriptGenerationResult = class
Public Class SchemaCompareScriptGenerationResult
Inheritance
SchemaCompareScriptGenerationResult

Constructors

SchemaCompareScriptGenerationResult()

Properties

Exception

Provides error information in the event of an exception.

MasterScript

When needed (e.g. for Azure SQL Database), a separate script to be executed against the master database on the target server

Message

Provides context information in the event of an error.

Script

The generated script

Success

Indicates whether generating the script was successful.

Applies to