ModelBuilder.UpdateObjects Method

Updates the objects that were previously added with the cache identifier.

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

Syntax

'Declaration
Public MustOverride Sub UpdateObjects ( _
    cacheIdentifier As String, _
    script As TextReader, _
    metadata As IDictionary(Of String, String) _
)
public abstract void UpdateObjects(
    string cacheIdentifier,
    TextReader script,
    IDictionary<string, string> metadata
)
public:
virtual void UpdateObjects(
    String^ cacheIdentifier, 
    TextReader^ script, 
    IDictionary<String^, String^>^ metadata
) abstract
abstract UpdateObjects : 
        cacheIdentifier:string * 
        script:TextReader * 
        metadata:IDictionary<string, string> -> unit 
public abstract function UpdateObjects(
    cacheIdentifier : String, 
    script : TextReader, 
    metadata : IDictionary<String, String>
)

Parameters

.NET Framework Security

See Also

Reference

ModelBuilder Class

Microsoft.Data.Schema.SchemaModel Namespace