This document is archived and information here might be outdated. Recommended version. |
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
Returns TRUE if the schema change will be applied. Returns FALSE if the schema change will not be applied.