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

Consulte também

Referência

ModelCollation Classe

Namespace Microsoft.Data.Schema.SchemaModel