Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of the promoted paths.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property PromotedPaths As IList(Of SelectiveXmlIndexPromotedPath)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<SelectiveXmlIndexPromotedPath>
The collection of the promoted paths.