此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
提供脚本文件的文件操作。 此类不能被继承。
继承层次结构
System.Object
  Microsoft.Data.Schema.SchemaModel.ScriptCache
    Microsoft.Data.Schema.SchemaModel.FileScriptCache
命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
<SerializableAttribute> _
Public NotInheritable Class FileScriptCache _
    Inherits ScriptCache _
    Implements ISerializable
[SerializableAttribute]
public sealed class FileScriptCache : ScriptCache, 
    ISerializable
[SerializableAttribute]
public ref class FileScriptCache sealed : public ScriptCache, 
    ISerializable
[<Sealed>]
[<SerializableAttribute>]
type FileScriptCache =  
    class
        inherit ScriptCache
        interface ISerializable
    end
public final class FileScriptCache extends ScriptCache implements ISerializable
FileScriptCache 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
| .gif) | FileScriptCache | 初始化 FileScriptCache 类的新实例。 | 
页首
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | AllCacheIdentifiers | 获取当前缓存标识符的集合。 (重写 ScriptCache.AllCacheIdentifiers。) | 
| .gif) | ModelBuilder | 获取模型生成器。 | 
页首
方法
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
.gif)