AlterIndexStatement.PromotedPaths Property

Gets or sets a collection of promoted paths.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property PromotedPaths As IList(Of SelectiveXmlIndexPromotedPath)
    Get
'Usage
Dim instance As AlterIndexStatement 
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>

Property Value

Type: System.Collections.Generic.IList<SelectiveXmlIndexPromotedPath>
A collection of promoted paths.

See Also

Reference

AlterIndexStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace