Partager via


SqlUserInteractionServices.GetSqlCollations, méthode

Retourne les classements SQL Server.

Espace de noms :  Microsoft.Data.Schema.Sql
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de retour

Type : System.Collections.Generic.IList<String>
Classements SQL Server.

Sécurité .NET Framework

Voir aussi

Référence

SqlUserInteractionServices Classe

Microsoft.Data.Schema.Sql, espace de noms