SqlModelBuilder.UpdateObjects 方法
更新模型中的物件。
命名空間: 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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。