Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the operation that must be performed for a script difference.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlScriptDifferenceOperationType
public enum SqlScriptDifferenceOperationType
public enum class SqlScriptDifferenceOperationType
type SqlScriptDifferenceOperationType
public enum SqlScriptDifferenceOperationType
Members
Member name | Description | |
---|---|---|
Equal | Describes the objects as equal. No change to the target is required. | |
Delete | Describes a delete operation. The object must be removed from the target. | |
Insert | Describes an insert option, where the object must be added to the target | |
Keep | Describes a keep operation, where the object might not occur in the source, but the user has decided to keep the object in the target. No change is required. |