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))
'使用
Dim value As Dictionary(Of Integer, List(Of String))

value = ModelCollation.SupportedLcidToCollationStringsMap
public static Dictionary<int, List<string>> SupportedLcidToCollationStringsMap { get; }
public:
static property Dictionary<int, List<String^>^>^ SupportedLcidToCollationStringsMap {
    Dictionary<int, List<String^>^>^ get ();
}
public static function get SupportedLcidToCollationStringsMap () : Dictionary<int, List<String>>

プロパティ値

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

参照

参照

ModelCollation クラス

ModelCollation メンバ

Microsoft.Data.Schema.SchemaModel 名前空間