Sdílet prostřednictvím


ScriptCache.AllCacheIdentifiers – vlastnost

Vrátí kolekci všechny identifikátory mezipaměti načten.

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

Syntaxe

'Deklarace
Public MustOverride ReadOnly Property AllCacheIdentifiers As ICollection(Of String)
    Get
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.ICollection<String>
Kolekce mezipaměti identifikátorů.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ScriptCache Třída

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