Compartilhar via


Método SqlModelBuilder.DeleteObjects

Exclui os objetos no modelo foram adicionados usando o cacheIdentifier especificado.

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

SqlModelBuilder Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel