Condividi tramite


Proprietà CreateSelectiveXmlIndexStatement.PromotedPaths

Gets the collection of the promoted paths.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PromotedPaths As IList(Of SelectiveXmlIndexPromotedPath)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

CreateSelectiveXmlIndexStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom