Compartir a través de


CreateDatabaseStatement.Collation (Propiedad)

Obtiene o establece el nombre de la intercalación.

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

Sintaxis

'Declaración
Public Property Collation As Identifier
    Get
    Set
public Identifier Collation { get; set; }
public:
virtual property Identifier^ Collation {
    Identifier^ get () sealed;
    void set (Identifier^ value) sealed;
}
abstract Collation : Identifier with get, set
override Collation : Identifier with get, set
final function get Collation () : Identifier
final function set Collation (value : Identifier)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

Implementaciones

ICollationSetter.Collation

Seguridad de .NET Framework

Vea también

Referencia

CreateDatabaseStatement Clase

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