Aracılığıyla paylaş


ScriptCache.AllCacheIdentifiers Özellik

Yüklenen önbellek tanımlayıcıları koleksiyonunu döndürür.

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Collections.Generic.ICollection<String>
Önbellek tanımlayıcıları topluluğu.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ScriptCache Sınıf

Microsoft.Data.Schema.SchemaModel Ad Alanı