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/WriteQualifiers: NoneName of the Configuration Manager component to which the file list corresponds.
Flags


Data type: UInt32Access type: Read/WriteQualifiers: [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: StringAccess type: Read-only Qualifiers: [key, read]See SMS_SiteInstallItemBase Server WMI Class.
ItemType


Data type: StringAccess type: Read-onlyQualifiers: KeySee SMS_SiteInstallItemBase Server WMI Class.
PropLists


Data type: SMS_SII_PropertyList ArrayAccess type: Read-onlyQualifiers: NoneSMS_SII_PropertyList Server WMI Class objects for the component.
Props


Data type: SMS_SII_Property ArrayAccess type: Read-onlyQualifiers: NoneSMS_SII_Property Server WMI Class objects for the component.
Units


Data type: String ArrayAccess type: Read/WriteQualifiers: NoneSee SMS_SiteInstallItemBase Server WMI Class.

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

Development Requirements

See Also


Send comments about this topic to Microsoft.