Compartir a través de


SqlSchemaDeploymentOptions.IgnoreColumnCollation (Propiedad)

Obtiene o establece un valor que indica si se deben omitir las intercalaciones de columnas al comparar los esquemas.

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

Sintaxis

'Declaración
Public Property IgnoreColumnCollation As Boolean
    Get
    Set
public bool IgnoreColumnCollation { get; set; }
public:
property bool IgnoreColumnCollation {
    bool get ();
    void set (bool value);
}
member IgnoreColumnCollation : bool with get, set
function get IgnoreColumnCollation () : boolean
function set IgnoreColumnCollation (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlSchemaDeploymentOptions Clase

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