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


ISchemaChangeInfo.ApplySchemaChange 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.ApplySchemaChange Property
ArcGIS Developer Help

ISchemaChangeInfo.ApplySchemaChange Property

Indicates if schema changes will be applied.

[Visual Basic .NET]
Public Property ApplySchemaChange As Boolean
[C#]
public bool ApplySchemaChange {get; set;}
[C++]
HRESULT get_ApplySchemaChange(
  Boolean* ApplySchemaChange
);
[C++]
HRESULT put_ApplySchemaChange(
  VARIANT_BOOL ApplySchemaChange
);
[C++]
Parameters
ApplySchemaChange [out, retval]

ApplySchemaChange is a parameter of type bool* ApplySchemaChange [in]
ApplySchemaChange is a parameter of type bool

Product Availability

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

Remarks

Returns TRUE if the schema change will be applied.  Returns FALSE if the schema change will not be applied.

See Also

ISchemaChangeInfo Interface