共用方式為


DataViewWebPart.CacheDataStorageProperty property

指示快取區快取資料檢視的資料時所使用的型別。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<ResourcesAttribute("DataViewWebPartCacheDataStorageLiteral", "Miscellaneous",  _
    "DataViewWebPartCacheDataStorageDescription")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property CacheDataStorageProperty As CacheDataStorage
    Get
    Set
'用途
Dim instance As DataViewWebPart
Dim value As CacheDataStorage

value = instance.CacheDataStorageProperty

instance.CacheDataStorageProperty = value
[ResourcesAttribute("DataViewWebPartCacheDataStorageLiteral", "Miscellaneous", 
    "DataViewWebPartCacheDataStorageDescription")]
[WebPartStorageAttribute(Storage.Shared)]
public CacheDataStorage CacheDataStorageProperty { get; set; }

Property value

Type: Microsoft.SharePoint.WebPartPages.CacheDataStorage
CacheDataStorage 值,指定用於儲存資料的快取的型別。

請參閱

參照

DataViewWebPart class

DataViewWebPart members

Microsoft.SharePoint.WebPartPages namespace