ScriptCache.AllCacheIdentifiers Property
Returns a collection of all the loaded cache identifiers.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AllCacheIdentifiers As ICollection(Of String)
public abstract ICollection<string> AllCacheIdentifiers { get; }
public:
virtual property ICollection<String^>^ AllCacheIdentifiers {
ICollection<String^>^ get () abstract;
}
abstract AllCacheIdentifiers : ICollection<string>
abstract function get AllCacheIdentifiers () : ICollection<String>
Property Value
Type: System.Collections.Generic.ICollection<String>
A collection of cache identifiers.
.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.