SMS_StatMsgModuleNames 服务器 WMI 类
SMS_StatMsgModuleNames
Windows Management Instrumentation (WMI) 类是Configuration Manager中的 SMS 提供程序服务器类,它将模块名称映射到包含状态消息文本的消息 DLL。
以下语法在托管对象格式 (MOF) 代码中进行了简化,并包含所有继承的属性。
语法
Class SMS_StatMsgModuleNames : SMS_BaseClass
{
String ModuleName;
String MsgDLLName;
};
方法
类 SMS_StatMsgModuleNames
不定义任何方法。
属性
ModuleName
数据类型String
访问类型:读取
限定符:[key,not_null]
SMS_StatusMessage服务器 WMI 类的 属性中使用的ModuleName
模块名称。
MsgDLLName
数据类型String
访问类型:读取
限定符:无
包含消息文本的相应资源 DLL 的名称。
备注
此类的类限定符包括:
只读 (只读)
有关“属性”部分中包含的类限定符和属性限定符的详细信息,请参阅 Configuration Manager 类和属性限定符。
要求
运行时要求
有关详细信息,请参阅Configuration Manager服务器运行时要求。
开发要求
有关详细信息,请参阅Configuration Manager服务器开发要求。