Compartir a través de


SqlUserInteractionServices.GetSqlCollations (Método)

Devuelve las intercalaciones de SQL Server.

Espacio de nombres:  Microsoft.Data.Schema.Sql
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Collections.Generic.IList<String>
Intercalaciones de SQL Server.

Seguridad de .NET Framework

Vea también

Referencia

SqlUserInteractionServices Clase

Microsoft.Data.Schema.Sql (Espacio de nombres)