SMS_SIIB_Component_FileList Server WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_SIIB_Component_FileList Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents file list information for a Configuration Manager component.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SIIB_Component_FileList : SMS_SiteInstallItemBase
{
String ComponentName;
UInt32 Flags
String ItemName;
String ItemType;
SMS_SII_PropertyList PropLists[];
SMS_SII_Property Props[];
String Units[];
};
Methods
The SMS_SIIB_Component_FileList class does not define any methods.
Properties
ComponentName
Data type: StringAccess type: Read/Write
Qualifiers: None
Name of the Configuration Manager component to which the file list corresponds.
Flags
Data type: UInt32Access type: Read/Write
Qualifiers: [bits]
Flags specifying how the component should be installed. Possible values are:
- 0
INSTALL
- 1
LOCAL_SYSTEM_ACCOUNT
- 2
LITERAL_PATH
- 3
PRIMARY_SITE
- 4
SECONDARY_SITE
- 5
AUTO_START
- 6
AS_THREAD
- 7
MULTI_SITE
- 8
SCHEDULED
- 9
ON_SITE_SERVER
- 10
ON_SQL_SERVER
- 11
ON_CLIENT_ACCESS
- 12
ONLY_ONE_COPY
- 13
USE_NAL
- 0
ItemName
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
ItemType
Data type: StringAccess type: Read-only
Qualifiers: Key
PropLists
Data type: SMS_SII_PropertyList ArrayAccess type: Read-only
Qualifiers: None
SMS_SII_PropertyList Server WMI Class objects for the component.
Props
Data type: SMS_SII_Property ArrayAccess type: Read-only
Qualifiers: None
SMS_SII_Property Server WMI Class objects for the component.
Units
Data type: String ArrayAccess type: Read/Write
Qualifiers: None
Remarks
Class qualifiers for this class include:
- Read (read-only)
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Concepts
Configuration Manager Site Configuration Server WMI Classes
SMS_SII_Property Server WMI Class
SMS_SII_PropertyList Server WMI Class
SMS_SiteInstallItemBase Server WMI Class