: MetadataObject.IsCached (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Indicates whether this metadata object is cached or not.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property IsCached As Boolean
'Uso
Dim instance As MetadataObject
Dim value As Boolean
value = instance.IsCached
instance.IsCached = value
public bool IsCached { get; set; }
Valor de propiedad
true if cached; otherwise, false.
Comentarios
If false, the Business Data Catalog does not cache the metadata object in memory.
Vea también
Referencia
MetadataObject (Clase)
MetadataObject (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)