SqlSchemaModel.AddScriptCacheForFile 方法

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

SqlSchemaModel 类

Microsoft.Data.Schema.Sql.SchemaModel 命名空间