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(
VARIANT_BOOL* ApplySchemaChange
);
[C++]
HRESULT put_ApplySchemaChange(
VARIANT_BOOL ApplySchemaChange
);
[C++]Parameters
ApplySchemaChange [out, retval] ApplySchemaChange is a parameter of type VARIANT_BOOL ApplySchemaChange [in] ApplySchemaChange is a parameter of type VARIANT_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.