ScriptCache.AllCacheIdentifiers (Propiedad)

Devuelve una colección de todos los identificadores de caché cargados.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Collections.Generic.ICollection<String>
Una colección de identificadores de caché.

Seguridad de .NET Framework

Vea también

Referencia

ScriptCache Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)