Freigeben über


SqlUserInteractionServices.GetSqlCollations-Methode

Gibt die SQL Server-Sortierungen zurück.

Namespace:  Microsoft.Data.Schema.Sql
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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>

Rückgabewert

Typ: System.Collections.Generic.IList<String>
Die SQL Server-Sortierreihenfolgen.

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlUserInteractionServices Klasse

Microsoft.Data.Schema.Sql-Namespace