Método SqlUserInteractionServices.GetSqlCollations

Retorna o SQL Server agrupamentos.

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

Sintaxe

'Declaração
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>

Valor de retorno

Tipo: System.Collections.Generic.IList<String>
O SQL Server agrupamentos.

Segurança do .NET Framework

Consulte também

Referência

SqlUserInteractionServices Classe

Namespace Microsoft.Data.Schema.Sql