Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a collection of current cache identifiers.
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)
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>
Property Value
Type: System.Collections.Generic.ICollection<String>
The list of cache identifiers.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.