Compartir a través de


Index.IndexedXmlPaths Propiedad

Gets or sets the collection of indexed XML paths.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(IndexedXmlPath),  _
    SfcObjectFlags.None Or SfcObjectFlags.NaturalOrder Or SfcObjectFlags.Design Or SfcObjectFlags.Deploy)> _
Public ReadOnly Property IndexedXmlPaths As IndexedXmlPathCollection 
    Get
'Uso
Dim instance As Index 
Dim value As IndexedXmlPathCollection 

value = instance.IndexedXmlPaths
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(IndexedXmlPath), 
    SfcObjectFlags.None|SfcObjectFlags.NaturalOrder|SfcObjectFlags.Design|SfcObjectFlags.Deploy)]
public IndexedXmlPathCollection IndexedXmlPaths { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny, 
    typeof(IndexedXmlPath), SfcObjectFlags::None|SfcObjectFlags::NaturalOrder|SfcObjectFlags::Design|SfcObjectFlags::Deploy)]
public:
property IndexedXmlPathCollection^ IndexedXmlPaths {
    IndexedXmlPathCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, 
    typeof(IndexedXmlPath), SfcObjectFlags.None|SfcObjectFlags.NaturalOrder|SfcObjectFlags.Design|SfcObjectFlags.Deploy)>]
member IndexedXmlPaths : IndexedXmlPathCollection
function get IndexedXmlPaths () : IndexedXmlPathCollection

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPathCollection
The collection of indexed XML paths.

Vea también

Referencia

Index Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo