SqlUserInteractionServices.GetSqlCollations 方法

返回 SQL Server 排序规则。

命名空间:  Microsoft.Data.Schema.Sql
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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>

返回值

类型:System.Collections.Generic.IList<String>
SQL Server 排序规则。

.NET Framework 安全性

请参见

参考

SqlUserInteractionServices 类

Microsoft.Data.Schema.Sql 命名空间