XmlForClause.Options 屬性
Gets a list of FOR XML clause options.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property Options As IList(Of XmlForClauseOption)
Get
'用途
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>
屬性值
型別:System.Collections.Generic.IList<XmlForClauseOption>
A list of FOR XML clause options.