Defines values for the current status of a collection. The values correspond to the values for the CurrentStatus property in the Configuration Manager 2007 software distribution SMS_Collection Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As CollectionCurrentStatus

Syntax

Visual Basic
Public Enumeration CollectionCurrentStatus
C#
public enum CollectionCurrentStatus
C++
public enum class CollectionCurrentStatus
J#
public enum CollectionCurrentStatus
JScript
public enum CollectionCurrentStatus

Members

Member name Description
AppendingMember See the APPENDING_MEMBER value for CurrentStatus in SMS_Collection Server WMI Class.
AwaitingRefresh See the AWAITING_REFRESH value for CurrentStatus in SMS_Collection Server WMI Class.
Deleting See the DELETING value for CurrentStatus in SMS_Collection Server WMI Class.
Evaluating See the EVALUATING value for CurrentStatus in SMS_Collection Server WMI Class.
None See the NONE value for CurrentStatus in SMS_Collection Server WMI Class.
Querying See the QUERYING value for CurrentStatus in SMS_Collection Server WMI Class.
Ready See the READY value for CurrentStatus in SMS_Collection Server WMI Class.
Refreshing See the REFRESHING value for CurrentStatus in SMS_Collection Server WMI Class.
Saving See the SAVING value for CurrentStatus in SMS_Collection Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also