AdamInstance::GetReplicationMetadata Method (String^)
.NET Framework (current version)
Returns the replication metadata for a specific Active Directory Domain Services object.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: [DirectoryServicesPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)] [DirectoryServicesPermissionAttribute(SecurityAction::InheritanceDemand, Unrestricted = true)] virtual ActiveDirectoryReplicationMetadata^ GetReplicationMetadata( String^ objectPath ) override
Parameters
- objectPath
-
Type:
System::String^
A String that contains the path to the Active Directory Domain Services object for which to retrieve the replication metadata.
Return Value
Type: System.DirectoryServices.ActiveDirectory::ActiveDirectoryReplicationMetadata^A ActiveDirectoryReplicationMetadata object that contains the replication cursor information.
| Exception | Condition |
|---|---|
| ActiveDirectoryOperationException | A call to the underlying directory service resulted in an error. |
| ActiveDirectoryServerDownException | The target server is either busy or unavailable. |
| ArgumentNullException | objectPath is null. |
| ArgumentException | objectPath is not valid. |
| UnauthorizedAccessException | The specified account does not have permission to perform this operation. |
| ObjectDisposedException | The object has been disposed. |
DirectoryServicesPermissionDirectoryServicesPermission
Demand value: LinkDemand
Demand value: InheritanceDemand
.NET Framework
Available since 2.0
Available since 2.0
Show: