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>
)

参数

.NET Framework 安全性

请参见

参考

SqlModelBuilder 类

Microsoft.Data.Schema.Sql.SchemaModel 命名空间