Поделиться через


XmlForClause.Options Property

Gets a list of FOR XML clause options.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Options As IList(Of XmlForClauseOption)
public IList<XmlForClauseOption> Options { get; }
public:
property IList<XmlForClauseOption^>^ Options {
    IList<XmlForClauseOption^>^ get ();
}
member Options : IList<XmlForClauseOption>
function get Options () : IList<XmlForClauseOption>

Property Value

Type: System.Collections.Generic.IList<XmlForClauseOption>

Remarks

The first option is always present (XML mode).

.NET Framework Security

See Also

Reference

XmlForClause Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace