Dela via


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)
'Usage
Dim instance As XmlForClause 
Dim value As IList(Of XmlForClauseOption)

value = instance.Options
public IList<XmlForClauseOption> Options { get; }
public:
property IList<XmlForClauseOption^>^ Options {
    IList<XmlForClauseOption^>^ get ();
}
public 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

XmlForClause Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace