MergeCondition 열거형
MERGE 조건을 지정합니다.
네임스페이스: Microsoft.Data.Schema.ScriptDom.Sql
어셈블리: Microsoft.Data.Schema.ScriptDom.Sql(Microsoft.Data.Schema.ScriptDom.Sql.dll)
구문
‘선언
Public Enumeration MergeCondition
public enum MergeCondition
public enum class MergeCondition
type MergeCondition
public enum MergeCondition
멤버
멤버 이름 | 설명 | |
---|---|---|
NotSpecified | 조건이 NotSpecified입니다. | |
Matched | 조건이 Matched입니다. | |
NotMatched | 조건이 NotMatched입니다. | |
TargetNotMatched | 조건이 TargetNotMatched입니다. | |
SourceNotMatched | 조건이 SourceNotMatched입니다. |