Compartir a través de


SqlReverseEngineerConstructor.AlwaysPopulateColumnCollation (Propiedad)

Obtiene o establece un valor que indica si se debe importar la intercalación de columnas.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlReverseEngineerConstructor Clase

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