Sdílet prostřednictvím


InMemoryScriptCache.AllCacheIdentifiers – vlastnost

Tento člen přepisuje ScriptCache.AllCacheIdentifiers.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Overrides ReadOnly Property AllCacheIdentifiers As ICollection(Of String)
    Get
public override ICollection<string> AllCacheIdentifiers { get; }
public:
virtual property ICollection<String^>^ AllCacheIdentifiers {
    ICollection<String^>^ get () override;
}
abstract AllCacheIdentifiers : ICollection<string>
override AllCacheIdentifiers : ICollection<string>
override function get AllCacheIdentifiers () : ICollection<String>

Hodnota vlastnosti

Typ: System.Collections.Generic.ICollection<String>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

InMemoryScriptCache Třída

Microsoft.Data.Schema.SchemaModel – obor názvů