Propriedade ICollationSetter.Collation

Obtém ou define o identificador de agrupamento.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ICollationSetter Interface

Namespace Microsoft.Data.Schema.ScriptDom.Sql