ArcObjects Library Reference (GeoDatabaseDistributed)  

ISchemaChangeInfo.SchemaChangeType Property

Type of schema change.

[Visual Basic .NET]
Public ReadOnly Property SchemaChangeType As esriSchemaChangeType
[C#]
public esriSchemaChangeType SchemaChangeType {get;}
[C++]
HRESULT get_SchemaChangeType(
  esriSchemaChangeType* SchemaChangeType
);
[C++]

Parameters

SchemaChangeType [out, retval]

  SchemaChangeType is a parameter of type esriSchemaChangeType

Product Availability

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

Remarks

This property returns the type of schema changes.  This is returned as a value of the esriSchemaChangeConstant.  See the esriSchemaChangeConstant for more information.

See Also

ISchemaChangeInfo Interface

.NET Related Topics

Getting a list of schema differences between replicas |