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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.