The SMS_CIUpdateSources Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that provides information on all the update sources associated with an SMS_SoftwareUpdate Server WMI Class object.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_CIUpdateSources : SMS_BaseClass
{
	UInt32 CI_ID;
	DateTime DateCreated;
	DateTime DateModified;
	UInt32 MinSourceVersion;
	String ModelName;
	UInt32 UpdateSource_ID;
};

Methods

The SMS_CIUpdateSources class does not define any methods.

Properties

CI_ID

Data type: UInt32Access type: Read/WriteQualifiers: [key]Unique ID of the configuration item corresponding to the software update. This ID is unique only for the site. The ID is defined by the CI_ID property of SMS_ConfigurationItemBaseClass Server WMI Class.
DateCreated

Data type: DateTimeAccess type: Read/WriteQualifiers: NoneDate and time when the configuration was created.
DateModified

Data type: DateTimeAccess type: Read/WriteQualifiers: NoneThe last date and time when the configuration item was modified.
MinSourceVersion

Data type: UInt32Access type: Read/WriteQualifiers: NoneMinimum version of the source in which the update was found.
ModelName

Data type: StringAccess type: Read/WriteQualifiers: NoneSee SMS_ConfigurationItemLatestBaseClass Server WMI Class.
UpdateSource_ID

Data type: UInt32Access type: Read/WriteQualifiers: [key]The ID of the software update source. Supported sources are Windows Server Update Services (WSUS) and ITMU/Offline Catalog. For more information, see SMS_SoftwareUpdateSource 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.

Your application uses this class in synchronizing software update metadata so that correct information can be obtained from a source during software update deployment.

Requirements

Runtime Requirements

Development Requirements

See Also