Partager via


SqlSchemaDeploymentOptions.CollationPreference, propriété

Obtient ou définit une valeur qui indique la manière dont le classement doit être géré lors du déploiement de modifications.

Espace de noms :  Microsoft.Data.Schema.Sql.Build
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Public Property CollationPreference As DeploymentCollationPreference
    Get
    Set
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)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

SqlSchemaDeploymentOptions Classe

Microsoft.Data.Schema.Sql.Build, espace de noms