CreateSelectiveXmlIndexStatement.PromotedPaths 속성

Gets the collection of the promoted paths.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property PromotedPaths As IList(Of SelectiveXmlIndexPromotedPath)
    Get
‘사용 방법
Dim instance As CreateSelectiveXmlIndexStatement 
Dim value As IList(Of SelectiveXmlIndexPromotedPath)

value = instance.PromotedPaths
public IList<SelectiveXmlIndexPromotedPath> PromotedPaths { get; }
public:
property IList<SelectiveXmlIndexPromotedPath^>^ PromotedPaths {
    IList<SelectiveXmlIndexPromotedPath^>^ get ();
}
member PromotedPaths : IList<SelectiveXmlIndexPromotedPath>
function get PromotedPaths () : IList<SelectiveXmlIndexPromotedPath>

속성 값

유형: System.Collections.Generic.IList<SelectiveXmlIndexPromotedPath>
The collection of the promoted paths.

참고 항목

참조

CreateSelectiveXmlIndexStatement 클래스

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