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。

请参见

参考

Microsoft.Data.Schema.ScriptDom.Sql 命名空间