Share via


ScriptCache.GetObjectDataForCustomMetadataCache Method

Adds custom metadata for all cache entries to the provided serialization information.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

ScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace

SerializationInfo