SE_metadatainfo_set_property

Sets the property name of the supplied metadata object

Usage syntax

LONG SE_metadatainfo_set_property (SE_METADATAINFO metadata_record, const CHAR *property);

Parameters
metadata_record A pointer to a metadata object
property A pointer to the property name of the metadata
Description

This function sets the property name of the supplied metadata object. Use SE_MAX_METADATA_PROPERTY_LEN when declaring the property parameter.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_METADATA_OBJECT

SE_INVALID_POINTER

SE_SDE_NOT_STARTED