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
- fileName
Type: System.String
A file name.
.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.