SE_metadatainfo_set_object_type

Sets the object type for the supplied metadata object

Usage syntax

LONG SE_metadatainfo_set_object_type (SE_METADATAINFO metadata_record, const LONG object_type);

Parameters
metadata_record A pointer to a metadata object
object_type The object type of the metadata
Description

This function sets the object type for the specified metadata object. Supported types include SE_METADATA_OBJECT_TYPE_TABLE.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_METADATA_OBJECT

SE_INVALID_POINTER