MetadataObject.IsCached 属性 (Microsoft.Office.Server.ApplicationRegistry.Administration)

Indicates whether this metadata object is cached or not.

命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Property IsCached As Boolean
用法
Dim instance As MetadataObject
Dim value As Boolean

value = instance.IsCached

instance.IsCached = value
public bool IsCached { get; set; }

属性值

true if cached; otherwise, false.

备注

If false, the Business Data Catalog does not cache the metadata object in memory.

另请参阅

参考

MetadataObject 类
MetadataObject 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间