Freigeben über


XmlForClause.Options-Eigenschaft

Ruft eine Liste mit Optionen für die FOR XML-Klausel ab.

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)
    Get
public IList<XmlForClauseOption> Options { get; }
public:
property IList<XmlForClauseOption^>^ Options {
    IList<XmlForClauseOption^>^ get ();
}
member Options : IList<XmlForClauseOption>
function get Options () : IList<XmlForClauseOption>

Eigenschaftswert

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

Hinweise

Die erste Option ist immer vorhanden (XML-Modus).

.NET Framework-Sicherheit

Siehe auch

Referenz

XmlForClause Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace