Sdílet prostřednictvím


SqlUserInteractionServices.GetSqlCollations – metoda

Vrátí SQL Server řazení.

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

Syntaxe

'Deklarace
Public Function GetSqlCollations As IList(Of String)
public IList<string> GetSqlCollations()
public:
IList<String^>^ GetSqlCollations()
member GetSqlCollations : unit -> IList<string> 
public function GetSqlCollations() : IList<String>

Vrácená hodnota

Typ: System.Collections.Generic.IList<String>
SQL Server Řazení.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlUserInteractionServices Třída

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