共用方式為


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 命名空間