Defines component flags. The values correspond to the values for the Flag property in the Configuration Manager 2007 software distribution SMS_SCI_Component Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ComponentFlag

Syntax

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

Members

Member name Description
NamedServerInstalled See the NAMED_SERVER_INSTALLED value for Flag in SMS_SCI_Component Server WMI Class.
NamedServerNotInstalled See the NAMED_SERVER_NOT_INSTALLED value for Flag in SMS_SCI_Component Server WMI Class.
RoleInstalled See the ROLE_INSTALLED value for Flag in SMS_SCI_Component Server WMI Class.
RoleNotInstalled See the ROLE_NOT_INSTALLED value for Flag in SMS_SCI_Component Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also