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.
Specifies the MERGE condition.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration MergeCondition
public enum MergeCondition
public enum class MergeCondition
type MergeCondition
public enum MergeCondition
Members
Member name | Description | |
---|---|---|
NotSpecified | Condition is NotSpecified. | |
Matched | Condition is Matched. | |
NotMatched | Condition is NotMatched. | |
TargetNotMatched | Condition is TargetNotMatched. | |
SourceNotMatched | Condition is SourceNotMatched. |