Compartilhar via


Método DatabaseTaskHost.RemoveCustomSchemaData

Remove o arquivo de dados de esquema personalizado especificado (por exemplo, referências) do Gerenciador de esquema.

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

Sintaxe

'Declaração
Protected Friend Sub RemoveCustomSchemaData ( _
    fullPathFileName As String _
)
protected internal void RemoveCustomSchemaData(
    string fullPathFileName
)
protected public:
void RemoveCustomSchemaData(
    String^ fullPathFileName
)
member RemoveCustomSchemaData : 
        fullPathFileName:string -> unit 
 function RemoveCustomSchemaData(
    fullPathFileName : String
)

Parâmetros

  • fullPathFileName
    Tipo: System.String
    O caminho completo do arquivo de dados de esquema personalizado para remover.

Segurança do .NET Framework

Consulte também

Referência

DatabaseTaskHost Classe

Namespace Microsoft.Data.Schema.Build