Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.