Bagikan melalui


DfsrLocalMemberConfig class

This class is for replication group membership. An instance of this class is available for each replication group hosted on this computer. This class maps to the DFSR2-Member class in the Active Directory Domain Services.

Syntax

[Dynamic, Provider("DfsrConfigProv")]
class DfsrLocalMemberConfig : CIM_Setting
{
  string Caption;
  string Description;
  string SettingID;
  string MemberGuid;
  string MemberName;
  string MemberDn;
  string MemberDns;
  string MemberPeerNetGroupName;
  string ReplicationGroupGuid;
  string Keywords;
};

Members

The DfsrLocalMemberConfig class has these types of members:

Properties

The DfsrLocalMemberConfig class has these properties.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Short textual description of the CIM_Setting object.

This property is inherited from CIM_Setting.

Description

Data type: string

Access type: Read-only

Textual description of the CIM_Setting object.

This property is inherited from CIM_Setting.

Keywords

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Keywords")

User-defined strings that are used by monitoring and configuration tools and for grouping or identification purposes.

MemberDn

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Member Distinguished Name")

The distinguished name of the corresponding DFSR-Member object in the Active Directory Domain Services.

MemberDns

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Member DNS")

The member-qualified DNS name.

MemberGuid

Data type: string

Access type: Read-only

Qualifiers: Key, DisplayName ("Member GUID"), MaxLen (36), MinLen (36)

The unique identifier of the local replication group member.

MemberName

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Member Name")

The member name. This is typically the unqualified DNS name of the local computer.

MemberPeerNetGroupName

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Member PeerNet Group Name")

The member's PeerNet group name.

ReplicationGroupGuid

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Replication Group GUID"), MaxLen (36), MinLen (36)

The unique replication group identifier.

SettingID

Data type: string

Access type: Read-only

Qualifiers: MaxLen (256)

Identifier by which the CIM_Setting object is known.

This property is inherited from CIM_Setting.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
End of client support
Windows 7
Namespace
Root\MicrosoftDfs
MOF
DfsRProvs.mof
DLL
DfsRWmiV2.dll

See also

CIM_Setting

DFSR WMI Classes