ScriptCache.GetObjectDataForCustomMetadataCache 方法

向所提供的序列化信息添加所有缓存项的自定义元数据。

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

语法

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

参数

.NET Framework 安全性

请参见

参考

ScriptCache 类

Microsoft.Data.Schema.SchemaModel 命名空间

SerializationInfo