SMS_SIIB_Component_FileList Server WMI Class
Updated: October 28, 2009
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[];
};
The SMS_SIIB_Component_FileList class does not define any methods.
- ComponentName
- Data type: String Access type: Read/Write Qualifiers: None Name of the Configuration Manager component to which the file list corresponds.
- Flags
-
Data type: UInt32
Access 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
- ItemName
- Data type: String Access type: Read-only Qualifiers: [key, read] See SMS_SiteInstallItemBase Server WMI Class.
- ItemType
- Data type: String Access type: Read-only Qualifiers: Key See SMS_SiteInstallItemBase Server WMI Class.
- PropLists
- Data type: SMS_SII_PropertyList Array Access type: Read-only Qualifiers: NoneSMS_SII_PropertyList Server WMI Class objects for the component.
- Props
- Data type: SMS_SII_Property Array Access type: Read-only Qualifiers: NoneSMS_SII_Property Server WMI Class objects for the component.
- Units
- Data type: String Array Access type: Read/Write Qualifiers: None See SMS_SiteInstallItemBase Server WMI Class.
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.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.