Freigeben über


AlterIndexStatement.PromotedPaths-Eigenschaft

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>

Eigenschaftswert

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

Siehe auch

Verweis

AlterIndexStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace