SMS_CollectionBucket Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_CollectionBucket Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents joining of collection and bucket. By default, all collections will have a client health related bucket, while the endpoint protection bucket is only applicable to endpoint protection allowed collections.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CollectionBucket : SMS_BaseClass
{
String Bucket;
String CollectionID;
String CollectionName;
UInt32 FeatureType;
};
The SMS_CollectionBucket class does not define any methods.
- Bucket
Data type: String
Access type: Read/Write
Qualifiers: [key]
Bucket summarized.
- CollectionID
Data type: String
Access type: Read/Write
Qualifiers: [key]
Identifier of collection summarized.
- CollectionName
Data type: String
Access type: Read/Write
Qualifiers: none
Name of collection summarized.
- FeatureType
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
Identifier of feature type.
1
EndPoint Protection
2
Client Check
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.