Share via


DatabaseTaskHost.RemoveCustomSchemaData Method

Removes the specified custom schema data file (for example, references) from the schema manager.

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

Syntax

'Declaration
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
)

Parameters

  • fullPathFileName
    Type: System.String
    The full path of the custom schema data file to remove.

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace