Share via


ScriptCache.ContainsCacheIdentifier Method

Returns a value that indicates whether the item that is represented by 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 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

Parameters

  • cacheIdentifier
    Type: System.String
    The cache identifier to look for.

Return Value

Type: System.Boolean
true if the identifier is in the cache; otherwise, false.

.NET Framework Security

See Also

Reference

ScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace