ISchemaStructuralModificationCollection
Supplies a collection of all structural modifications for a schema.
All structural modifications recorded for a schema are recorded in this collection.
Implements: System.Collections.IEnumerable
Properties
| Property | Description | 
|---|---|
| Count:Int32 | Returns the number of structural modifications for the schema.  | 
Methods
| Method | Description | 
|---|---|
| GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable)  | 
| LookupLocation(DateTime):String | Searches for the name of the schema at the indicated time.  | 
| LookupParent(DateTime):ISchema | Searches for the parent schema of the schema at the indicated time.  | 
