Condividi tramite


Proprietà ModelCollation.SupportedLcidToCollationStringsMap

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelCollation Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel