Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

SQL Server 2005 and later only. Use to make the XML datatype of a column untyped (clears CollectionName and DOCUMENT flag). Column has to have must be datatype XML. For SQL Server 2005 and later versions.

Syntax

Code Block
languagevb
Public Sub SetXMLUnTyped()

...