CreateSelectiveXmlIndexStatement.PromotedPaths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of the promoted xml paths.
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.SelectiveXmlIndexPromotedPath> PromotedPaths { get; }
member this.PromotedPaths : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.SelectiveXmlIndexPromotedPath>
Public ReadOnly Property PromotedPaths As IList(Of SelectiveXmlIndexPromotedPath)