SqlUserInteractionServices.GetSqlCollations Method

Returns the SQL Server collations.

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>

Return Value

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

.NET Framework Security

See Also

Reference

SqlUserInteractionServices Class

Microsoft.Data.Schema.Sql Namespace