Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. |