ModelCollation.SupportedLcidToCollationStringsMap 属性

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ModelCollation 类

Microsoft.Data.Schema.SchemaModel 命名空间