Método SqlSchemaModel.AddScriptCacheForFile

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

SqlSchemaModel Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel