Compartir a través de


ICollationSetter.Collation (Propiedad)

Obtiene o establece el identificador de 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
Property Collation As Identifier
    Get
    Set
Identifier Collation { get; set; }
property Identifier^ Collation {
    Identifier^ get ();
    void set (Identifier^ value);
}
abstract Collation : Identifier with get, set
function get Collation () : Identifier
function set Collation (value : Identifier)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ICollationSetter Interfaz

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