Sdílet prostřednictvím


SqlSchemaModel.RemoveScriptCacheForFile – metoda

Odebere zadaný soubor přidružený mezipaměti skriptovacího.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlSchemaModel Třída

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů