The SMS_CollectionSettings Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents settings for an SMS_Collection Server WMI Class object.

Class SMS_CollectionSettings : SMS_BaseClass
{
	String CollectionID;
	UInt32 CollectionVariablePrecedence;
	SMS_CollectionVariable CollectionVariables[];
	DateTime LastModificationTime;
	UInt32 LocaleID;
	UInt32 PollingInterval;
	Boolean PollingIntervalEnabled;
	UInt32 RebootCountdown;
	Boolean RebootCountdownEnabled;
	UInt32 RebootCountdownFinalWindow;
	SMS_ServiceWindow ServiceWindows[];
	String SourceSite;
};

Methods

The SMS_CollectionSettings class does not define any methods.

Properties

CollectionID


Data type: StringAccess type: Read/WriteQualifiers: [key, read]A unique key that maps to the parent collection. The default value is "".
CollectionVariablePrecedence


Data type: UInt32Access type: Read/WriteQualifiers: NonePrecedence that is used for conflict resolution. The default value is 1.
CollectionVariables


Data type: SMS_CollectionVariable ArrayAccess type: Read-onlyQualifiers: [read, lazy]SMS_CollectionVariable Server WMI Class objects representing collection variables.
LastModificationTime


Data type: DateTimeAccess type: Read-onlyQualifiers: [read]Last modification date and time for collection settings.
LocaleID


Data type: UInt32Access type: Read/WriteQualifiers: NoneLocale ID to use in converting the localized name and description. The default value is 1033 (U.S. English).You can get the locale for the Configuration Manager 2007 installation from the SMS_Identification Server WMI Class LocaleID property.
PollingInterval


Data type: UInt32Access type: Read/WriteQualifiers: NonePolicy polling interval, in minutes. The default value is 5.
PollingIntervalEnabled


Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if the polling interval is enabled. The default value is false.
RebootCountdown


Data type: UInt32Access type: Read/WriteQualifiers: NoneReboot countdown. The default value is 5.
RebootCountdownEnabled


Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if reboot countdown is enabled. The default value is false.
RebootCountdownFinalWindow


Data type: UInt32Access type: Read/WriteQualifiers: NoneThe point at which the final maintenance window is shown for the reboot countdown. The default value is 5.
ServiceWindows


Data type: SMS_ServiceWindow ArrayAccess type: Read-onlyQualifiers: [read, lazy]SMS_ServiceWindow Server WMI Class objects representing maintenance windows that are used for making the collection settings.
SourceSite


Data type: StringAccess type: Read OnlyQualifiers: [SizeLimit("3"), Not_null]Site code of the source site.

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.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.