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


ISchemaChangeInfo.ToParent Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

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