InMemoryScriptCache.GetAllCacheIdentifiers Method
Returns all the loaded cache identifiers.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overrides Function GetAllCacheIdentifiers As ICollection(Of String)
'Usage
Dim instance As InMemoryScriptCache
Dim returnValue As ICollection(Of String)
returnValue = instance.GetAllCacheIdentifiers()
public override ICollection<string> GetAllCacheIdentifiers()
public:
virtual ICollection<String^>^ GetAllCacheIdentifiers() override
public override function GetAllCacheIdentifiers() : ICollection<String>
abstract GetAllCacheIdentifiers : unit -> ICollection<string>
override GetAllCacheIdentifiers : unit -> ICollection<string>
Return Value
Type: System.Collections.Generic.ICollection<String>
.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.