ScriptCache.SetCustomMetadataCache 方法

设置用于序列化的自定义元数据缓存。

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

语法

声明
Protected Sub SetCustomMetadataCache ( _
    info As SerializationInfo _
)
protected void SetCustomMetadataCache(
    SerializationInfo info
)
protected:
void SetCustomMetadataCache(
    SerializationInfo^ info
)
member SetCustomMetadataCache : 
        info:SerializationInfo -> unit 
protected function SetCustomMetadataCache(
    info : SerializationInfo
)

参数

.NET Framework 安全性

请参见

参考

ScriptCache 类

Microsoft.Data.Schema.SchemaModel 命名空间

SerializationInfo