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
- cacheIdentifier
Type: System.String
The cache identifier.
Return Value
Type: System.Collections.Generic.IDictionary<String, String>
A read-only dictionary of metadata.
.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.