SqlSchemaModel.RemoveScriptCacheForFile Method

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

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace