共用方式為


DeploymentCollationPreference 列舉型別

指定在部署過程中比較的源和目標的模型時使用的排序規則。

命名空間:  Microsoft.Data.Schema.Sql.Build
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Public Enumeration DeploymentCollationPreference
public enum DeploymentCollationPreference
public enum class DeploymentCollationPreference
type DeploymentCollationPreference
public enum DeploymentCollationPreference

成員

成員名稱 說明
UseSourceModelCollation 指定的源和目標的模式進行比較時使用源模型的排序規則。
UseTargetModelCollation 指定的目標模型的排序規則用於相比的源和目標的模型。

請參閱

參考

Microsoft.Data.Schema.Sql.Build 命名空間