InMemoryScriptCache.ContainsCacheIdentifier Method
Returns a value that indicates whether the given cache identifier is in the script cache.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
Parameters
- cacheIdentifier
Type: System.String
The cache identifier.
Return Value
Type: System.Boolean
.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.