ModelCollation.SupportedCollationStringToLcid プロパティ
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Shared ReadOnly Property SupportedCollationStringToLcid As Dictionary(Of String, Integer)
'使用
Dim value As Dictionary(Of String, Integer)
value = ModelCollation.SupportedCollationStringToLcid
public static Dictionary<string, int> SupportedCollationStringToLcid { get; }
public:
static property Dictionary<String^, int>^ SupportedCollationStringToLcid {
Dictionary<String^, int>^ get ();
}
public static function get SupportedCollationStringToLcid () : Dictionary<String, int>
プロパティ値
型 : System.Collections.Generic.Dictionary<String, Int32>