Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a collection of promoted paths.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public ReadOnly Property PromotedPaths As IList(Of SelectiveXmlIndexPromotedPath)
Get
'Uso
Dim instance As AlterIndexStatement
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 de la propiedad
Tipo: System.Collections.Generic.IList<SelectiveXmlIndexPromotedPath>
A collection of promoted paths.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom