SqlModelBuilder.DeleteObjects Method

Deletes objects from the schema manager that were 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 DeleteObjects ( _
    cacheIdentifier As String _
)
'Usage
Dim instance As SqlModelBuilder
Dim cacheIdentifier As String

instance.DeleteObjects(cacheIdentifier)
public override void DeleteObjects(
    string cacheIdentifier
)
public:
virtual void DeleteObjects(
    String^ cacheIdentifier
) override
public override function DeleteObjects(
    cacheIdentifier : String
)
abstract DeleteObjects : 
        cacheIdentifier:string -> unit 
override DeleteObjects : 
        cacheIdentifier:string -> unit 

Parameters

  • cacheIdentifier
    Type: System.String
    The cache identifier, which uniquely identifies the source

.NET Framework Security

See Also

Reference

SqlModelBuilder Class

SqlModelBuilder Members

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