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


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

IReplicaDescription3 Interface

Provides access to members which set and return the properties of a ReplicaDescription object.

Product Availability

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

Members

Name Description
Read/write property AccessType Gets the Replica access type.
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.
Read-only property FetchRelatedObjects Indicates if related objects have been replicated or not.
Method FindRelationshipClassInfo Gets the relationship class description.
Method FindRelationshipClassInfoByName Gets the relationship class description.
Method FindTable Gets the index number of a dataset.
Method FindTable2 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-only property RelationshipClassesInfo An enumeration that describes settings for each relationship class in the replica.
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.

Inherited Interfaces

Interfaces Description
IReplicaDescription2 Provides access to members which set and return the properties of a ReplicaDescription object.
IReplicaDescription Provides access to members which set and return the properties of a ReplicaDescription object.

Classes that implement IReplicaDescription3

Classes Description
ReplicaDescription Defines the datasets in a replica.