Partager via


FileScriptCache.AllCacheIdentifiers, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient une collection des identificateurs de cache actuels.

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

Syntaxe

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

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

FileScriptCache Classe

Microsoft.Data.Schema.SchemaModel, espace de noms