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 possible values for merge condition.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration MergeCondition
'Usage
Dim instance As MergeCondition
public enum MergeCondition
public enum class MergeCondition
type MergeCondition
public enum MergeCondition
Members
Member name | Description | |
---|---|---|
Matched | The Condition is Matched. | |
NotMatched | The Condition is NotMatched. | |
NotMatchedBySource | The Condition is NotMatchedBySource. | |
NotMatchedByTarget | The Condition is NotMatchedByTarget. | |
NotSpecified | The Condition is NotSpecified. |