MSFT_DfsrLocalMemberInfo class
This class provides statistical and operational information for each replication group member hosted on the local computer.
Syntax
[ClassVersion("1.0.0"), dynamic, provider("DfsrWMIV2"), AMENDMENT]
class MSFT_DfsrLocalMemberInfo
{
string MemberGuid;
string MemberName;
string ReplicationGroupGuid;
string ReplicationGroupName;
uint8 State;
datetime LastConfigChangeTime;
uint32 LastErrorCode;
uint32 LastErrorMessageId;
};
Members
The MSFT_DfsrLocalMemberInfo class has these types of members:
Properties
The MSFT_DfsrLocalMemberInfo class has these properties.
- LastConfigChangeTime
-
- Data type: datetime
- Access type: Read-only
- Qualifiers: DisplayName ("Last Configuration Change Time")
The last time the configuration was changed.
- LastErrorCode
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Last Error Code")
The last error code.
- LastErrorMessageId
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Last Error Message ID")
The event log message identifier that corresponds to the last error code.
- MemberGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: key, MaxLen (36), MinLen (36), DisplayName ("Member GUID")
The local replication group member identifier.
- 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.
- ReplicationGroupGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: MaxLen (36), MinLen (36), DisplayName ("Replication Group GUID")
The unique replication group identifier.
- ReplicationGroupName
-
- Data type: string
- Access type: Read-only
- Qualifiers: DisplayName ("Replication Group Name")
The friendly name of the replication group. This name is not required to be unique.
- State
-
- Data type: uint8
- Access type: Read-only
- Qualifiers: DisplayName ("Replication Group State")
The current replication group state of this member.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Namespace |
Root\Microsoft\Windows\Dfsr |
|
MOF |
|
|
DLL |
|
See also