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


IEnumSchemaChange.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IE > IEnumSchemaChange Interface > IEnumSchemaChange.Next Method
ArcGIS Developer Help

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(
void
);

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