Share via


FileScriptCache.DeleteFile Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Deletes the file that is represented by the provided file name.

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

Syntax

'Declaration
Public Sub DeleteFile ( _
    fileName As String _
)
public void DeleteFile(
    string fileName
)
public:
void DeleteFile(
    String^ fileName
)
member DeleteFile : 
        fileName:string -> unit 
public function DeleteFile(
    fileName : String
)

Parameters

.NET Framework Security

See Also

Reference

FileScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace