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
- 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.