Compartilhar via


Método ModelBuilder.DeleteObjects

Exclui os objetos no Gerenciador de esquema que foram adicionados com o identificador de cache.

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

Sintaxe

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

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ModelBuilder Classe

Namespace Microsoft.Data.Schema.SchemaModel