SqlModelBuilder.UpdateObjects Method

Updates the objects that was previously added with the cacheIdentifier.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
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) _
)
'Usage
Dim instance As SqlModelBuilder
Dim cacheIdentifier As String
Dim script As TextReader
Dim metadata As IDictionary(Of String, String)

instance.UpdateObjects(cacheIdentifier, _
    script, metadata)
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
public override function UpdateObjects(
    cacheIdentifier : String, 
    script : TextReader, 
    metadata : IDictionary<String, String>
)
abstract UpdateObjects : 
        cacheIdentifier:string * 
        script:TextReader * 
        metadata:IDictionary<string, string> -> unit 
override UpdateObjects : 
        cacheIdentifier:string * 
        script:TextReader * 
        metadata:IDictionary<string, string> -> unit 

Parameters

.NET Framework Security

See Also

Reference

SqlModelBuilder Class

SqlModelBuilder Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace