Microsoft.MSMQ.6.3.TriggerMSMQ 6.3 触发器抽象类

Microsoft.MSMQ.6.3.Trigger (ClassType)

此抽象类用作表示 MSMQ 触发器的更加专业的类的基础。

Element properties:

Base ClassMicrosoft.MSMQ.6.3.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId28f09ded-2aed-e83c-a322-d0141128332f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.MSMQ.6.3.Trigger:
ServiceName  string  服务名称 true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.MSMQ.6.3.Trigger" Accessibility="Public" Abstract="true" Base="Microsoft.MSMQ.6.3.Component" Hosted="false" Singleton="false">
<Property ID="ServiceName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>