VirtualCatalogStatus Enumeration

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specifies the virtual catalog status.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Enumeration VirtualCatalogStatus
'Usage
Dim instance As VirtualCatalogStatus
public enum VirtualCatalogStatus
public enum class VirtualCatalogStatus
public enum VirtualCatalogStatus

Members

Member name Description
Ignore Ignore base catalogs.
NeedsRebuild The virtual catalog needs to be rebuilt.
BeingRebuilt The virtual catalog is being rebuilt.
RebuildError An error occurred during rebuild of the virtual catalog.
RebuiltAsView The virtual catalog is rebuilt as a view.
RebuiltAsTable The virtual catalog is rebuilt as a table.
BeingRebuiltDirty The virtual catalog has become dirty (has changed) while being rebuilt.

Remarks

Identifies the status of the virtual catalog. This enumeration stores the state of the catalog.

See Also

Reference

Microsoft.CommerceServer.Catalog Namespace