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


ISchemaChangeInfo.ToParent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IS > ISchemaChangeInfo Interface > ISchemaChangeInfo.ToParent Property
ArcGIS Developer Help

ISchemaChangeInfo.ToParent Property

The parent container of the schema change object.

[Visual Basic .NET]
Public ReadOnly Property ToParent As Object
[C#]
public object ToParent {get;}
[C++]
HRESULT get_ToParent(
  IUnknown Pointer* Parent
);
[C++]
Parameters
Parent [out, retval]

Parent is a parameter of type IUnknown*

Product Availability

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

See Also

ISchemaChangeInfo Interface