Поделиться через


SMS_EULAContent 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_EULAContent Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides information about optional configuration item content associated with Microsoft Software License Terms.

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

Class SMS_EULAContent : SMS_BaseClass
{
    UInt32 EULAContentID;
    String EULAContentUniqueID;
    String EULAText;
    String SourceSite;
};

Methods

The following table shows the methods in SMS_EULAContent.

Method Description

ResendObjectToAllSites Method in Class SMS_EULAContent

Replicates object information to all sites.

Properties

  • EULAContentID
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [key, read]

    The unique ID of license terms content. This ID is unique only for the site.

  • EULAContentUniqueID
    Data type: String

    Access type: Read/Write

    Qualifiers: [unique]

    The unique ID of the license terms content. This ID is unique across sites.

  • EULAText
    Data type: String

    Access type: Read/Write

    Qualifiers: [lazy]

    Content of the license terms.

  • SourceSite
    Data type: String

    Access type: Read-only

    Qualifiers: [read, SizeLimit("3")]

    The site code of the site where the license terms originate. The code string can have a maximum of three characters. For more information, see the UpdateSource_ID property in SMS_CIUpdateSources Server WMI Class.

Remarks

Class qualifiers for this class include:

  • Secured

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

This class is applicable to all types of configuration items, not just software updates. For a discussion of configuration item types, see the CIType_ID property of SMS_ConfigurationItemBaseClass Server WMI Class.

Your application should use this class only if the EulaExists property is set to true in the specified configuration item. This property is defined in the SMS_ConfigurationItemBaseClass Server WMI Class.

To use this class, the application creates an SMS_EULAContent object and sets the properties as required for the software update. When ready for metadata synchronization among the parent site and the child sites, the application can call ResendObjectToAllSites Method in Class SMS_EULAContent.

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

Reference

SMS_ConfigurationItemBaseClass Server WMI Class

Concepts

Software Updates Server WMI Classes
Configuration Manager Software Updates