SqlSchemaModel.AddScriptCacheForFile Method

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

Syntax

'Declaration
Protected Sub AddScriptCacheForFile ( _
    fileName As String _
)
protected void AddScriptCacheForFile(
    string fileName
)
protected:
void AddScriptCacheForFile(
    String^ fileName
)
member AddScriptCacheForFile : 
        fileName:string -> unit 
protected function AddScriptCacheForFile(
    fileName : String
)

Parameters

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace