Compartir a través de


SqlSchemaDeploymentOptions.CollationPreference (Propiedad)

Obtiene o establece un valor que indica cómo se debe controlar la intercalación al implementar los cambios.

Espacio de nombres:  Microsoft.Data.Schema.Sql.Build
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

SqlSchemaDeploymentOptions Clase

Microsoft.Data.Schema.Sql.Build (Espacio de nombres)