company logo

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 ( char *extname )
  • extname - Extent name

    The name is passed as 0-terminated string. It does not contain a namespace scope.