ScriptCache.SetCustomMetadataCache Method
Sets the custom metadata cache for serialization.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
)
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.