Partager via


Propriété AlterIndexStatement.PromotedPaths

Gets or sets a collection of promoted paths.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PromotedPaths As IList(Of SelectiveXmlIndexPromotedPath)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

AlterIndexStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom