Compartilhar via


Propriedade do RDL CreateSelectiveXmlIndexStatement.PromotedPaths

Gets the collection of the promoted paths.

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

Sintaxe

'Declaração
Public ReadOnly Property PromotedPaths As IList(Of SelectiveXmlIndexPromotedPath)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

CreateSelectiveXmlIndexStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom