Public Methods
Method | Description |
---|---|
Add | Add a new DB2StoGroup object. PARAMETERS: Name as String, Vcat as String, Volume as String. |
AddWithPosition | Add a new DB2StoGroup object with the given coordinates. PARAMETERS: Name as String, Vcat as String, Volume as String, HorizontalPosition as Integer, VerticalPosition as Integer. |
Remove | Remove a DB2StoGroup specified by the given name or ID. PARAMETERS: Identifier as String or Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns a DB2StoGroup object specified by the given name, GUID, or ID. PARAMETERS: Identifier as String or Integer. |
_NewEnum | |
Count | Number of DB2StoGroup objects in the collection. DATATYPE: Integer. |
Item | Returns a DB2StoGroup object specified by the given name, GUID, or ID. PARAMETERS: Identifier as String or Integer. |
See Also