Proprietà FileScriptCache.AllCacheIdentifiers

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene un insieme di identificatori della cache correnti.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.ICollection<String>
Elenco di identificatori della cache.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FileScriptCache Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel