Partager via


Propriété CreateSelectiveXmlIndexStatement.PromotedPaths

Gets the collection of the 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 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>

Valeur de propriété

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

Voir aussi

Référence

CreateSelectiveXmlIndexStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom