ScriptCache.AllCacheIdentifiers-Eigenschaft

Gibt eine Auflistung aller geladenen Cachebezeichner zurück.

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)
    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>

Eigenschaftswert

Typ: System.Collections.Generic.ICollection<String>
Eine Auflistung mit Cachebezeichnern.

.NET Framework-Sicherheit

Siehe auch

Referenz

ScriptCache Klasse

Microsoft.Data.Schema.SchemaModel-Namespace