SMS_CollectionRule服务器 WMI 类
SMS_CollectionRule
Windows Management Instrumentation (WMI) 类是 Configuration Manager 中的 SMS 提供程序服务器类,它表示集合中的集合规则,并充当 SMS_CollectionRuleDirect 服务器 WMI 类和 SMS_CollectionRuleQuery 服务器 WMI 类的抽象基类。
以下语法在托管对象格式 (MOF) 代码中进行了简化,并包含所有继承的属性。
语法
Class SMS_CollectionRule
{
String RuleName;
};
方法
类 SMS_CollectionRule
不定义任何方法。
属性
RuleName
数据类型String
访问类型:读/写
限定符:无
标识规则的描述性名称。 默认值为“”。
备注
此类的类限定符包括:
抽象
Embedded
有关“属性”部分中包含的类限定符和属性限定符的详细信息,请参阅 Configuration Manager 类和属性限定符。
要求
运行时要求
有关详细信息,请参阅Configuration Manager服务器运行时要求。
开发要求
有关详细信息,请参阅Configuration Manager服务器开发要求。