Microsoft.MSMQ.6.3.ServerMSMQ 6.3-kiszolgáló absztrakt osztály

Microsoft.MSMQ.6.3.Server (ClassType)

Ez az absztrakt osztály az MSMQ szolgáltatást futtató kiszolgálórendszereket képviselő speciális osztályok alapjaként használható.

Element properties:

Base ClassMicrosoft.MSMQ.6.3.ServerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf3e69cde-0acd-3703-7a9b-28750ccd85de

Class Hierarchy:

Class Properties:

Property Name Type Display Name (HUN) Description (HUN) 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.ServerRole:
ServiceName  string  Szolgáltatás neve false 256  False 
Microsoft.MSMQ.6.3.Server:
SourceName  string  Forrás neve false 256  False 
Version  string  Verzió false 256  False 
Workgroup  bool  Munkacsoport false 256   
DependentClients  bool  Függő ügyfelek false 256   
Routing  bool  Útválasztás false 256   
Quota  double  Kvóta false 256   
JournalQuota  double  Naplókvóta false 256   
MessageFilesFolder  string  Üzenetfájlok mappája false 256  False 
MessageLoggerFolder  string  Üzenetnaplózó mappája false 256  False 
TransactionLoggerFolder  string  Tranzakciónaplózó mappája false 256  False 
SiteName  string  Webhely neve false 256  False 
IsClustered  bool  Fürtözött false 256   
ClusterResourceName  string  Fürterőforrás neve false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.MSMQ.6.3.Server" Accessibility="Public" Abstract="true" Base="Microsoft.MSMQ.6.3.ServerRole" Hosted="true" Singleton="false">
<Property ID="SourceName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Workgroup" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="DependentClients" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Routing" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Quota" Type="double" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="JournalQuota" Type="double" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MessageFilesFolder" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MessageLoggerFolder" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="TransactionLoggerFolder" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="SiteName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsClustered" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ClusterResourceName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>