SE_metadatainfo_set_description

Sets the description of the metadata object

Usage syntax

LONG SE_metadatainfo_set_description (SE_METADATAINFO metadata_record, const CHAR *descripion);

Parameters
metadata_record A pointer to a metadata object
description A pointer to the description of the metadata
Description

This function sets the description of the metadata object. Use SE_MAX_DESCRIPTION_LEN when declaring the description parameter.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_METADATA_OBJECT

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_SDE_NOT_STARTED