DataGenerationServices.PopulateDefaultMappings メソッド
使用可能なジェネレーターから出力記述子へのマッピングの指定された一覧を使用して、データベース データ型から出力記述子への、特定の既定マッピングに関する選択内容を返します。 データベース データ型から出力記述子への特定の既定マッピングと、拡張データベース データ型から出力記述子への既定マッピングに関する選択内容を返します。
名前空間: Microsoft.Data.Schema.Tools.DataGenerator
アセンブリ: Microsoft.Data.Schema.Tools (Microsoft.Data.Schema.Tools.dll 内)
構文
'宣言
Public Overridable Sub PopulateDefaultMappings ( _
generatorsToOutputs As Dictionary(Of ExtensionHandle(Of IGenerator), OutputDescriptor()), _
<OutAttribute> ByRef defaultMappings As Dictionary(Of DbType, OutputDescriptor), _
<OutAttribute> ByRef defaultExtensionMappings As Dictionary(Of Type, OutputDescriptor) _
)
public virtual void PopulateDefaultMappings(
Dictionary<ExtensionHandle<IGenerator>, OutputDescriptor[]> generatorsToOutputs,
out Dictionary<DbType, OutputDescriptor> defaultMappings,
out Dictionary<Type, OutputDescriptor> defaultExtensionMappings
)
public:
virtual void PopulateDefaultMappings(
Dictionary<ExtensionHandle<IGenerator^>^, array<OutputDescriptor^>^>^ generatorsToOutputs,
[OutAttribute] Dictionary<DbType, OutputDescriptor^>^% defaultMappings,
[OutAttribute] Dictionary<Type^, OutputDescriptor^>^% defaultExtensionMappings
)
abstract PopulateDefaultMappings :
generatorsToOutputs:Dictionary<ExtensionHandle<IGenerator>, OutputDescriptor[]> *
defaultMappings:Dictionary<DbType, OutputDescriptor> byref *
defaultExtensionMappings:Dictionary<Type, OutputDescriptor> byref -> unit
override PopulateDefaultMappings :
generatorsToOutputs:Dictionary<ExtensionHandle<IGenerator>, OutputDescriptor[]> *
defaultMappings:Dictionary<DbType, OutputDescriptor> byref *
defaultExtensionMappings:Dictionary<Type, OutputDescriptor> byref -> unit
public function PopulateDefaultMappings(
generatorsToOutputs : Dictionary<ExtensionHandle<IGenerator>, OutputDescriptor[]>,
defaultMappings : Dictionary<DbType, OutputDescriptor>,
defaultExtensionMappings : Dictionary<Type, OutputDescriptor>
)
パラメーター
- generatorsToOutputs
型: System.Collections.Generic.Dictionary<ExtensionHandle<IGenerator>, array<OutputDescriptor[]>
各項目が ExtensionHandle の IGenerator および OutputDescriptor オブジェクトの配列である Dictionary<TKey, TValue>。
- defaultMappings
型: System.Collections.Generic.Dictionary<DbType, OutputDescriptor>%
(出力) 各項目が DbType および選択した最適な OutputDescriptor である Dictionary<TKey, TValue>。
- defaultExtensionMappings
型: System.Collections.Generic.Dictionary<Type, OutputDescriptor>%
(出力) 各項目が拡張データベース データ型の Type および選択した最適な OutputDescriptor である Dictionary<TKey, TValue>。
解説
このメソッドを通してこの情報を提供すると、Visual Studio プロジェクトでデータベース スキーマ モデルを表現でき、モデルに定義されているデータベース オブジェクトをユーザーが作成および操作できます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。