Partilhar via


Propriedade ScriptCache.AllCacheIdentifiers

Retorna uma coleção de todos os identificadores de carregados do cache.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Collections.Generic.ICollection<String>
Uma coleção de identificadores de cache.

Segurança do .NET Framework

Consulte também

Referência

ScriptCache Classe

Namespace Microsoft.Data.Schema.SchemaModel