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
- cacheIdentifier
Typ: System.String
Identifikátor mezipaměti.
Vrácená hodnota
Typ: System.Boolean
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.