Sdílet prostřednictvím


PrimaryExpression.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
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)

Hodnota vlastnosti

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

Implementuje

ICollationSetter.Collation

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PrimaryExpression Třída

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