Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the script cache that is associated with the specified file.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Sub RemoveScriptCacheForFile ( _
fileName As String _
)
protected void RemoveScriptCacheForFile(
string fileName
)
protected:
void RemoveScriptCacheForFile(
String^ fileName
)
member RemoveScriptCacheForFile :
fileName:string -> unit
protected function RemoveScriptCacheForFile(
fileName : String
)
Parameters
- fileName
Type: System.String
.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.