SchemaCompareScriptGenerationResult 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 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. |