Sdílet prostřednictvím


ScriptCache.ContainsCacheIdentifier – metoda

Vrátí hodnotu, která označuje, zda je zboží, které představuje 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 MustOverride Function ContainsCacheIdentifier ( _
    cacheIdentifier As String _
) As Boolean
public abstract bool ContainsCacheIdentifier(
    string cacheIdentifier
)
public:
virtual bool ContainsCacheIdentifier(
    String^ cacheIdentifier
) abstract
abstract ContainsCacheIdentifier : 
        cacheIdentifier:string -> bool 
public abstract function ContainsCacheIdentifier(
    cacheIdentifier : String
) : boolean

Parametry

  • cacheIdentifier
    Typ: System.String
    Vyhledejte identifikátor mezipaměti.

Vrácená hodnota

Typ: System.Boolean
true Jestliže je identifikátor v mezipaměti; jinak false.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ScriptCache Třída

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