InMemoryScriptCache.ContainsCacheIdentifier 方法

返回一个值,该值指示给定缓存标识符是否在脚本缓存中。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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

参数

返回值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

InMemoryScriptCache 类

Microsoft.Data.Schema.SchemaModel 命名空间