CreateSelectiveXmlIndexStatement.PromotedPaths 属性
Gets the collection of the promoted paths.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property PromotedPaths As IList(Of SelectiveXmlIndexPromotedPath)
Get
用法
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>
属性值
类型:System.Collections.Generic.IList<SelectiveXmlIndexPromotedPath>
The collection of the promoted paths.