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


IEnumSchemaChange.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IEnumSchemaChange.Next Method

The next schema change in the enumeration sequence.

[Visual Basic .NET]
Public Function Next ( _
) As ISchemaChangeInfo
[C#]
public ISchemaChangeInfo Next (
);
[C++]
HRESULT Next(
  ISchemaChangeInfo** SchemaChangeInfo
);
[C++]

Parameters SchemaChangeInfo [out, retval]
SchemaChangeInfo is a parameter of type ISchemaChangeInfo

Product Availability

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

Remarks

This method returns the next schema changes as an object that implements ISchemaChangeInfo.

See Also

IEnumSchemaChange Interface

.NET Related Topics

Getting a list of schema differences between replicas