This topic has not yet been rated - Rate this topic

DfsrLocalMemberInfo class

This class provides statistical and operational information for each replication group member hosted on the local computer.

Syntax

class DfsrLocalMemberInfo : CIM_LogicalElement
{
  string   MemberGuid;
  string   MemberName;
  string   ReplicationGroupGuid;
  string   ReplicationGroupName;
  uint8    State;
  datetime LastConfigChangeTime;
  uint32   LastErrorCode;
  uint32   LastErrorMessageId;
};

Members

The DfsrLocalMemberInfo class has these types of members:

Properties

The DfsrLocalMemberInfo class has these properties.

LastConfigChangeTime
Data type: datetime
Access type: Read-only

The last time the configuration was changed.

LastErrorCode
Data type: uint32
Access type: Read-only
Qualifiers: Values (Success) , ValueMap (0)

The last error code.

ValueMeaning
DFSR_E_INVALID_CONFIG

The replication group member configuration was inconsistent.

 

LastErrorMessageId
Data type: uint32
Access type: Read-only
Qualifiers: Values (Success) , ValueMap (0)

The event log message identifier that corresponds to the last error code.

MemberGuid
Data type: string
Access type: Read-only
Qualifiers: Key, MinLen (36) , MaxLen (36)

The local replication group member identifier.

MemberName
Data type: string
Access type: Read-only

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

ReplicationGroupGuid
Data type: string
Access type: Read-only
Qualifiers: MinLen (36) , MaxLen (36)

The unique replication group identifier.

ReplicationGroupName
Data type: string
Access type: Read-only

The friendly name of the replication group. This name is not required to be unique.

State
Data type: uint8
Access type: Read-only
Qualifiers: Values (Initialized, Shutting Down, In Error) , ValueMap (0, 1, 2)

The current replication group state of this member.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2003 R2 [desktop apps only]

End of client support

Windows 7

Namespace

\\.\Root\MicrosoftDfs

MOF

Dfsrprov.mof;
Dfsrprovs.mof on Windows Server 2008 R2 and Windows Server 2008

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.