Partager via


ScriptCache.AllCacheIdentifiers, propriété

Retourne une collection de tous les identificateurs de cache chargés.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.ICollection<String>
Collection d'identificateurs de cache.

Sécurité .NET Framework

Voir aussi

Référence

ScriptCache Classe

Microsoft.Data.Schema.SchemaModel, espace de noms