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.

참고 항목

참조

XmlForClause 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스