Share via


ScriptCache.GetMetadata Method

Returns a read-only dictionary of metadata that is associated with the provided cache identifier.

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

Syntax

'Declaration
Public Overridable Function GetMetadata ( _
    cacheIdentifier As String _
) As IDictionary(Of String, String)
public virtual IDictionary<string, string> GetMetadata(
    string cacheIdentifier
)
public:
virtual IDictionary<String^, String^>^ GetMetadata(
    String^ cacheIdentifier
)
abstract GetMetadata : 
        cacheIdentifier:string -> IDictionary<string, string> 
override GetMetadata : 
        cacheIdentifier:string -> IDictionary<string, string> 
public function GetMetadata(
    cacheIdentifier : String
) : IDictionary<String, String>

Parameters

Return Value

Type: System.Collections.Generic.IDictionary<String, String>
A read-only dictionary of metadata.

.NET Framework Security

See Also

Reference

ScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace