DataSchemaModelConstructor.ScriptCache 属性

获取或设置脚本缓存。

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

语法

声明
Public Property ScriptCache As ScriptCache
    Get
    Set
public ScriptCache ScriptCache { get; set; }
public:
property ScriptCache^ ScriptCache {
    ScriptCache^ get ();
    void set (ScriptCache^ value);
}
member ScriptCache : ScriptCache with get, set
function get ScriptCache () : ScriptCache
function set ScriptCache (value : ScriptCache)

属性值

类型:Microsoft.Data.Schema.SchemaModel.ScriptCache
返回一个 ScriptCache

.NET Framework 安全性

请参见

参考

DataSchemaModelConstructor 类

Microsoft.Data.Schema.SchemaModel 命名空间