This document is archived and information here might be outdated.  Recommended version.


IReplicaDescription Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescription Interface
ArcGIS Developer Help

IReplicaDescription Interface

Provides access to members which set and return the properties of a ReplicaDescription object. Note: the IReplicaDescription interface has been superseded by IReplicaDescription2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method AddDatasetNames Adding dataset names to the existing list of replica description dataset names.
Read-only property DatasetNames A list of dataset names to include in a replica.
Method FindTable Gets the index number of a dataset.
Method Init Defines the datasets to replica or extract and the output geodatabase.
Read/write property IsPrivateTable Indicates if a dataset is private or not.
Read/write property ReplicaModelType Defines whether to output the data as simple datasets or as they are defined in the master geodatabase.
Read/write property TableExcluded Indicates if a table is to be excluded from a replica.
Read-only property TableName The name of a dataset to check out.
Read-only property TableNameCount The number of table type objects that will be checked out.

Classes that implement IReplicaDescription

Classes Description
ReplicaDescription Defines the datasets in a replica.

Remarks

This interface provides properties and methods for specifying the datasets to be used during check out. The IReplicaFilterDescriptionEdit interface can then be used to define which rows are to be checked out from these datasets.