Sdílet prostřednictvím


ModelCollation.SupportedLcidToCollationStringsMap – vlastnost

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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>>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelCollation Třída

Microsoft.Data.Schema.SchemaModel – obor názvů