ModelCollation.SupportedCollationStringToLcid 属性

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

语法

声明
Public Shared ReadOnly Property SupportedCollationStringToLcid As Dictionary(Of String, Integer)
    Get
public static Dictionary<string, int> SupportedCollationStringToLcid { get; }
public:
static property Dictionary<String^, int>^ SupportedCollationStringToLcid {
    Dictionary<String^, int>^ get ();
}
static member SupportedCollationStringToLcid : Dictionary<string, int>
static function get SupportedCollationStringToLcid () : Dictionary<String, int>

属性值

类型:System.Collections.Generic.Dictionary<String, Int32>

.NET Framework 安全性

请参见

参考

ModelCollation 类

Microsoft.Data.Schema.SchemaModel 命名空间