Propriedade ModelCollation.SupportedCollationStringToLcid
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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>
Valor de propriedade
Tipo: System.Collections.Generic.Dictionary<String, Int32>
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.