InMemoryScriptCache.AllCacheIdentifiers-Eigenschaft

Dieser Member überschreibt ScriptCache.AllCacheIdentifiers.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Eigenschaftswert

Typ: System.Collections.Generic.ICollection<String>

.NET Framework-Sicherheit

Siehe auch

Referenz

InMemoryScriptCache Klasse

Microsoft.Data.Schema.SchemaModel-Namespace