Share via


SqlSchemaDeploymentOptions.CollationPreference Property

Gets or sets a value that indicates how the collation should be handled when changes are deployed.

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

Syntax

'Declaration
Public Property CollationPreference As DeploymentCollationPreference
public DeploymentCollationPreference CollationPreference { get; set; }
public:
property DeploymentCollationPreference CollationPreference {
    DeploymentCollationPreference get ();
    void set (DeploymentCollationPreference value);
}
member CollationPreference : DeploymentCollationPreference with get, set
function get CollationPreference () : DeploymentCollationPreference
function set CollationPreference (value : DeploymentCollationPreference)

Property Value

Type: Microsoft.Data.Schema.Sql.Build.DeploymentCollationPreference

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace