XmlForClause.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Actual XML for clause options. First one is always present (XML mode).
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.XmlForClauseOption> Options { get; }
member this.Options : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.XmlForClauseOption>
Public ReadOnly Property Options As IList(Of XmlForClauseOption)