SqlModelBuilder.AddObjects メソッド
モデルにオブジェクトを追加します。
名前空間: Microsoft.Data.Schema.Sql.SchemaModel
アセンブリ: Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Public Overrides Sub AddObjects ( _
cacheIdentifier As String, _
script As TextReader, _
metadata As IDictionary(Of String, String) _
)
public override void AddObjects(
string cacheIdentifier,
TextReader script,
IDictionary<string, string> metadata
)
public:
virtual void AddObjects(
String^ cacheIdentifier,
TextReader^ script,
IDictionary<String^, String^>^ metadata
) override
abstract AddObjects :
cacheIdentifier:string *
script:TextReader *
metadata:IDictionary<string, string> -> unit
override AddObjects :
cacheIdentifier:string *
script:TextReader *
metadata:IDictionary<string, string> -> unit
public override function AddObjects(
cacheIdentifier : String,
script : TextReader,
metadata : IDictionary<String, String>
)
パラメーター
- cacheIdentifier
型: System.String
キャッシュ識別子。
- script
型: System.IO.TextReader
スクリプト。
- metadata
型: System.Collections.Generic.IDictionary<String, String>
スクリプトを処理するために使用されるメタデータ。
解説
cacheIdentifier は、ソースを一意に識別します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。