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。 |