InMemoryScriptCache.AllCacheIdentifiers – vlastnost
Tento člen přepisuje ScriptCache.AllCacheIdentifiers.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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>
Hodnota vlastnosti
Typ: System.Collections.Generic.ICollection<String>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.