Share via


ScriptCache.AddToCustomMetadataCache Method

Sets the metadata that is associated with a cache entry.

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

Syntax

'Declaration
Protected Sub AddToCustomMetadataCache ( _
    canonicalFileName As String, _
    customMetadata As IDictionary(Of String, String) _
)
protected void AddToCustomMetadataCache(
    string canonicalFileName,
    IDictionary<string, string> customMetadata
)
protected:
void AddToCustomMetadataCache(
    String^ canonicalFileName, 
    IDictionary<String^, String^>^ customMetadata
)
member AddToCustomMetadataCache : 
        canonicalFileName:string * 
        customMetadata:IDictionary<string, string> -> unit 
protected function AddToCustomMetadataCache(
    canonicalFileName : String, 
    customMetadata : IDictionary<String, String>
)

Parameters

  • canonicalFileName
    Type: System.String
    The identifier for the cache entry.

.NET Framework Security

See Also

Reference

ScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace