ScriptCache.AllCacheIdentifiers, propriété
Retourne une collection de tous les identificateurs de cache chargés.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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>
Valeur de propriété
Type : System.Collections.Generic.ICollection<String>
Collection d'identificateurs de cache.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.