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