DataSourceHandle :: OpenProperty - Open PropertyHandle
The PropertyHandle can be opened only when the DBObjectHandle is opened for the data source and an extent name (extent_name) has been specified. If a PropertyHandle is already opened it will be closed (CloseProperty()) before reopen the handle.
Return value: Pointer to property handle ( PropertyHandle * )
Is a pointer to an (usually) opened property handle.
Implementation details
PropertyHandle *
DataSourceHandle  :: OpenProperty ( NString &extname )
- extname
- Extent name
The name contains the name of the extent, only. It does not contain a namespace scope.
Notes:retval checked for const &NString