Compartir a través de


ISqlDatabaseOptions.Collation (Propiedad)

Obtiene o establece la intercalación de base de datos.

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

Sintaxis

'Declaración
Property Collation As String
    Get
    Set
string Collation { get; set; }
property String^ Collation {
    String^ get ();
    void set (String^ value);
}
abstract Collation : string with get, set
function get Collation () : String
function set Collation (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISqlDatabaseOptions Interfaz

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