Bagikan melalui


DeploymentCollationPreference Enumeration

Specifies the collation to use when comparing the source and target models during deployment.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration DeploymentCollationPreference
public enum DeploymentCollationPreference
public enum class DeploymentCollationPreference
type DeploymentCollationPreference
public enum DeploymentCollationPreference

Members

Member name Description
UseSourceModelCollation Specifies that the source model collation is used when the source and target models are compared.
UseTargetModelCollation Specifies that the target model collation is used when the source and target models are compared.

See Also

Reference

Microsoft.Data.Schema.Sql.Build Namespace