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
- info
Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.