Propriedade ModelCollation.SupportedLcidToCollationStringsMap
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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>>
Valor de propriedade
Tipo: System.Collections.Generic.Dictionary<Int32, List<String>>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.