Proprietà ModelCollation.SupportedCollationStringToLcid
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property SupportedCollationStringToLcid As Dictionary(Of String, Integer)
Get
public static Dictionary<string, int> SupportedCollationStringToLcid { get; }
public:
static property Dictionary<String^, int>^ SupportedCollationStringToLcid {
Dictionary<String^, int>^ get ();
}
static member SupportedCollationStringToLcid : Dictionary<string, int>
static function get SupportedCollationStringToLcid () : Dictionary<String, int>
Valore proprietà
Tipo: System.Collections.Generic.Dictionary<String, Int32>
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.