Edit

Share via


SMS_SIIB_Component_FileList Server WMI Class

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.

Syntax

Class SMS_SIIB_Component_FileList : SMS_SiteInstallItemBase   
{  
     String ComponentName;  
     UInt64 Flags  
     String ItemName;  
     String ItemType;  
     SMS_SII_PropertyList PropLists[];  
     SMS_SII_Property Props[];  
     String SiteCode;  
     String Units[];  
};  

Methods

The SMS_SIIB_Component_FileList class does not define any methods.

Properties

ComponentName
Data type: String

Access type: Read-only

Qualifiers: None

Name of the Configuration Manager component to which the file list corresponds.

Flags
Data type: UInt64

Access type: Read-only

Qualifiers: [bits]

For internal use only.

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: None

SMS_SII_PropertyList Server WMI Class objects for the component.

Props
Data type: SMS_SII_Property Array

Access type: Read-only

Qualifiers: None

SMS_SII_Property Server WMI Class objects for the component.

SiteCode
Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_SiteInstallItemBase Server WMI Class.

Units
Data type: String Array

Access type: Read-only

Qualifiers: None

See SMS_SiteInstallItemBase Server WMI Class.

Remarks

Class qualifiers for this class include:

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

Configuration Manager Site Configuration Server WMI Classes
SMS_SII_Property Server WMI Class
SMS_SII_PropertyList Server WMI Class
SMS_SiteInstallItemBase Server WMI Class