ModelCollation.SupportedLcidToCollationStringsMap Property
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared ReadOnly Property SupportedLcidToCollationStringsMap As Dictionary(Of Integer, List(Of String))
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>>
Property Value
Type: System.Collections.Generic.Dictionary<Int32, List<String>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.