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