SMS_CollectionDependencies 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_CollectionDependencies Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, is used to query dependency relationships between collections, specifically the composable collection rules (inclusion, exclusion) and the limiting collection.

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

Class SMS_CollectionDependencies : SMS_BaseClass
{
      String DependentCollectionID;
      UInt32 RelationshipType;
      String SourceCollectionID;
};

The SMS_CollectionDependencies class does not define any methods.

DependentCollectionID

Data type: String

Access type: Read/Write

Qualifiers: [key]

The unique id of the dependent collection.

RelationshipType

Data type: UInt32

Access type: Read/Write

Qualifiers: [key, enumeration]

Dependency relationship, how the dependent collection uses the source.

1

LIMITING

2

INCLUDE

3

EXCLUDE

SourceCollectionID

Data type: String

Access type: Read/Write

Qualifiers: [key]

The unique id of the source collection.

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

Show: