Share via


SqlModelBuilder.DeleteObjects Method

Deletes the objects in the model that were added by using the specified cacheIdentifier.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

SqlModelBuilder Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace