XmlForClauseOptions Enumeration
Specifies XML FOR clause options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| Auto | Option is Auto. | |
| BinaryBase64 | Option is BinaryBase64. | |
| Elements | Option is Elements. | |
| ElementsAbsent | Option is ElementsAbsent. | |
| ElementsAll | Option is ElementsAll. | |
| ElementsXsiNil | Option is ElementsXsiNil. | |
| Explicit | Option is Explicit. | |
| None | Option is None. | |
| Path | Option is Path. | |
| Raw | Option is Raw. | |
| Root | Option is Root. | |
| Type | Option is Type. | |
| XmlData | Option is XmlData. | |
| XmlSchema | Option is XmlSchema. |
Show: