共用方式為


MergeCondition 列舉

Specifies the possible values for merge condition.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Enumeration MergeCondition
'用途
Dim instance As MergeCondition
public enum MergeCondition
public enum class MergeCondition
type MergeCondition
public enum MergeCondition

成員

成員名稱 說明
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.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間