SE_xmlindexinfo_set_type

Sets the type for an XML index.

Usage syntax

LONG SE_xmlindexinfo_set_type
(SE_XMLINDEXINFO xml_index,
LONG index_type);

Parameters

xml_index

The xmlindexinfo handle.

index_type

The XML index type.

Description

An SE_XMLINDEXINFO object can contain one of several different types of XML index information. SE_xmlindexinfo_get_type returns a value that indicates the type of information in a given SE_XMLINDEXINFO object. The value for info_type will be one of these values:

Returns

SE_SUCCESS
SE_INVALID_PARAM_VALUE

SE_INVALID_XMLINDEX_OBJECT

SE_SDE_NOT_STARTED

 

Notes

Please also see additional information about types of XML index information.