DataSchemaModel.ScriptCache 属性

获取用于缓存脚本的脚本缓存。

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

语法

声明
Public ReadOnly Property ScriptCache As ScriptCache
    Get
public ScriptCache ScriptCache { get; }
public:
property ScriptCache^ ScriptCache {
    ScriptCache^ get ();
}
member ScriptCache : ScriptCache
function get ScriptCache () : ScriptCache

属性值

类型:Microsoft.Data.Schema.SchemaModel.ScriptCache
一个 ScriptCache 对象。

.NET Framework 安全性

请参见

参考

DataSchemaModel 类

Microsoft.Data.Schema.SchemaModel 命名空间

ScriptCache