Share via


SqlModelBuilder.UpdateObjects Method

Updates objects in the model.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

SqlModelBuilder Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace