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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.