SMS_AlertEmailTemplate
Windows Management Instrumentation (WMI) 类是 Configuration Manager 中表示嵌入SMS_Subscription
的电子邮件模板的 SMS 提供程序服务器类。
以下语法在托管对象格式 (MOF) 代码中进行了简化,并包含所有继承的属性。
语法
Class SMS_AlertEmailTemplate
{
UInt32 AlertID,
String Subject
};
方法
类 SMS_AlertEmailTemplate
不定义任何方法。
属性
AlertID
数据类型UInt32
访问类型:读/写
限定符:无
警报的标识符。
Subject
数据类型String
访问类型:读/写
限定符:无
电子邮件的主题。
备注
要求
运行时要求
有关详细信息,请参阅Configuration Manager服务器运行时要求。
开发要求
有关详细信息,请参阅Configuration Manager服务器开发要求。