Compartir a través de


ModelCollation.SupportedCollationStringToLcid (Propiedad)

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Collections.Generic.Dictionary<String, Int32>

Seguridad de .NET Framework

Vea también

Referencia

ModelCollation Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)