Defines flags that specify how a component should be installed. The values correspond to the values for the Flags property in the Configuration Manager 2007 site configuration SMS_SIIB_Component_FileList Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As FileListFlags

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration FileListFlags
C#
[FlagsAttribute] 
public enum FileListFlags
C++
[FlagsAttribute] 
public enum class FileListFlags
J#
/** @attribute FlagsAttribute() */ 
public enum FileListFlags
JScript
FlagsAttribute 
public enum FileListFlags

Members

Member name Description
AsThread See the AS_THREAD value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
AutoStart See the AUTO_START value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
Install See the INSTALL value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
LiteralPath See the LITERAL_PATH value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
LocalSystemAccount See the LOCAL_SYSTEM_ACCOUNT value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
MultiSite See the MULTI_SITE value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
OnClientAccess See the ON_CLIENT_ACCESS value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
OnlyOneCopy See the ONLY_ONE_COPY value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
OnSiteServer See the ON_SITE_SERVER value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
OnSqlServer See the ON_SQL_SERVER value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
PrimarySite See the PRIMARY_SITE value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
Scheduled See the SCHEDULED value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
SecondarySite See the SECONDARY_SITE value for Flags in SMS_SIIB_Component_FileList Server WMI Class.
UseNal See the USE_NAL value for Flags in SMS_SIIB_Component_FileList Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also