Initializes a new instance with the parent that it is associated with.
 
        
        Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| Visual C++ | 
|---|
protected:
DatabaseObjectsVolatile(
	DatabaseObject^ objParent
)  | 
Parameters
- objParent
 - Type: DatabaseObjects..::..DatabaseObject
 The parent collection that this collection is associated with. This is often
 useful so that the SubSet property can use the Parent to filter 
 by a particular value pertinent to the parent object. 
  
See Also