Microsoft.MSMQ.6.3.QueueMSMQ 6.3 队列抽象类

Microsoft.MSMQ.6.3.Queue (ClassType)

该抽象类用作代表 MSMQ 队列的更加专业的类的基础。

Element properties:

Base ClassMicrosoft.MSMQ.6.3.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb54e7606-da3f-e9cb-bbf2-f499e77b14f7

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.Queue:
PathName  string  路径名称 true 256  False 
IsTestQueue  bool  测试队列 false 256   
FormatName  string  格式名称 false 256  False 
IsTransactional  bool  事务性 false 256   
IsPublic  bool  公共 false 256   
ADsPath  string  ADsPath false 256  False 
Label  string  标签 false 256  False 
PrivilegeLevel  string  特权等级 false 256  False 
Quota  int  配额 false 256   
JournalEnabled  bool  日志已启用 false 256   
JournalQuota  int  日志配额 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.MSMQ.6.3.Queue" Accessibility="Public" Abstract="true" Base="Microsoft.MSMQ.6.3.Component" Hosted="false" Singleton="false">
<Property ID="PathName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsTestQueue" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="FormatName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsTransactional" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsPublic" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ADsPath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Label" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="PrivilegeLevel" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Quota" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="JournalEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="JournalQuota" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>