ModelBuilder.DeleteObjects Method

Deletes objects in the schema manager that were added with the cache identifier.

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

Syntax

'Declaration
Public MustOverride Sub DeleteObjects ( _
    cacheIdentifier As String _
)
public abstract void DeleteObjects(
    string cacheIdentifier
)
public:
virtual void DeleteObjects(
    String^ cacheIdentifier
) abstract
abstract DeleteObjects : 
        cacheIdentifier:string -> unit 
public abstract function DeleteObjects(
    cacheIdentifier : String
)

Parameters

.NET Framework Security

See Also

Reference

ModelBuilder Class

Microsoft.Data.Schema.SchemaModel Namespace