Microsoft.MSMQ.6.3.QueueMSMQ 6.3 Sırası Soyut Sınıfı

Microsoft.MSMQ.6.3.Queue (ClassType)

Bu soyut sınıf, bir MSMQ sırasını temsil eden daha özel sınıflar için bir taban olarak kullanılır.

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 (TRK) Description (TRK) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.MSMQ.6.3.Queue:
PathName  string  Yol Adı true 256  False 
IsTestQueue  bool  Test Sırası false 256   
FormatName  string  Biçim Adı false 256  False 
IsTransactional  bool  İşleme Uygun false 256   
IsPublic  bool  Genel false 256   
ADsPath  string  ADsPath false 256  False 
Label  string  Etiket false 256  False 
PrivilegeLevel  string  Ayrıcalık Düzeyi false 256  False 
Quota  int  Kota false 256   
JournalEnabled  bool  Günlük Etkin false 256   
JournalQuota  int  Günlük Kotası 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>