Partilhar via


Propriedade FileScriptCache.AllCacheIdentifiers

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém uma coleção de identificadores de cache atual.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.ICollection<String>
A lista de identificadores de cache.

Segurança do .NET Framework

Consulte também

Referência

FileScriptCache Classe

Namespace Microsoft.Data.Schema.SchemaModel