Microsoft.Windows.FileServer.DFSR.ReplicationGroupMemberÇoğaltma Grubu Üyesi

Microsoft.Windows.FileServer.DFSR.ReplicationGroupMember (ClassType)

Bu sınıf, çoğaltma grubunun (dosyaları başka bir sunucuyla eşitlemek için DFS Çoğaltma hizmetini kullanan sunucu) bir üyesini temsil eder.

Knowledge Base article:

Özet

Bu sınıf, çoğaltma grubunun (dosyaları başka bir sunucuyla eşitlemek için DFS Çoğaltma hizmetini kullanan sunucu) bir üyesini temsil eder.

Bu sınıf için aşağıdaki özellikler tanımlanır:

Ek

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId512f7dfa-b57e-0f7b-6258-cf4a83abf895

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.Windows.FileServer.DFSR.ReplicationGroupMember:
RGName  string  Çoğaltma Grubu Üye sunucunun ait olduğu çoğaltma grubunun adı. false 256  False 
MemberName  string  Üye Çoğaltma grubu üyesinin adı. false 256  False 
ReplicationGroupGUID  guid  Çoğaltma Grubu GUID'si Üye sunucunun ait olduğu çoğaltma grubunun GUID'si. false 100   
MemberGUID  guid  Üye GUID'si Çoğaltma grubu üyesinin GUID'si. true 100   
IsClustered  string  Kümelenmiş Üye, bir ağ adı - VCO veya değil false 256  False 
ClusterGroupName  string  Küme Grubu Adı Üyenin küme grubu adı false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSR.ReplicationGroupMember" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="RGName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MemberName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReplicationGroupGUID" Type="guid" Key="false" CaseSensitive="false" Length="100" MinLength="0"/>
<Property ID="MemberGUID" Type="guid" Key="true" CaseSensitive="false" Length="100" MinLength="0"/>
<Property ID="IsClustered" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClusterGroupName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>