ESRI.ArcGIS.ADF.ArcGISServer
esriReplicaModelType Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : esriReplicaModelType Enumeration




Indicates how the data will be represented in the checked-out database.

Syntax

Visual Basic (Declaration) 
<GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")>
<XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")>
<SerializableAttribute()>
Public Enum esriReplicaModelType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriReplicaModelType
C# 
[GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")]
[XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")]
[SerializableAttribute()]
public enum esriReplicaModelType : Enum 

Members

MemberDescription
esriModelTypeFullGeodatabaseThe data is checked out with the same dataset types as the master geodatabase.
esriModelTypeSimpleThe data is checked out as simple types.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.esriReplicaModelType

See Also

© 2010 All Rights Reserved.