Sdílet prostřednictvím


ICollationSetter.Collation – vlastnost

Získá nebo nastaví identifikátor řazení.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ICollationSetter Rozhraní

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů