XmlForClause.Options Property
Gets a list of FOR XML clause options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of XmlForClauseOption)
Get
'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 ();
}
member Options : IList<XmlForClauseOption>
function get Options () : IList<XmlForClauseOption>
Property Value
Type: System.Collections.Generic.IList<XmlForClauseOption>
A list of FOR XML clause options.