SE_xmlschemainfo_get_name |
Retrieves the name of the XML schema collection for the specified XML column (SQL Server only)
SE_xmlschemainfo_get_name (SE_XMLSCHEMAINFO schemainfo, SE_WCHAR *schema);
schemainfo | A pointer to an XML schema information object |
schema | The XML schema collection |
SE_xmlschemainfo_get_name returns the name of the XML schema collection assigned to the specified XML column. The name can be up to 128 characters, so allow for 128 characters plus one null terminal character.
SE_SUCCESS
SE_INVALID_POINTER
SE_OUT_OF_CLMEM
SE_SDE_NOT_STARTED