Sdílet prostřednictvím


InMemoryScriptCache.ContainsCacheIdentifier – metoda

Vrátí hodnotu, která označuje, zda identifikátor dané mezipaměť v mezipaměti skriptu.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Overrides Function ContainsCacheIdentifier ( _
    cacheIdentifier As String _
) As Boolean
public override bool ContainsCacheIdentifier(
    string cacheIdentifier
)
public:
virtual bool ContainsCacheIdentifier(
    String^ cacheIdentifier
) override
abstract ContainsCacheIdentifier : 
        cacheIdentifier:string -> bool 
override ContainsCacheIdentifier : 
        cacheIdentifier:string -> bool 
public override function ContainsCacheIdentifier(
    cacheIdentifier : String
) : boolean

Parametry

Vrácená hodnota

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

InMemoryScriptCache Třída

Microsoft.Data.Schema.SchemaModel – obor názvů