Dela via


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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

InMemoryScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace