CreateDatabaseStatement.Collation – vlastnost
Získá nebo nastaví název ř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
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.