Share via


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

.NET Framework Security

See Also

Reference

ScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace

SerializationInfo