Compartir a través de


Index.IndexedXmlPathNamespaces Propiedad

Gets the collection of indexed XML path namespace.

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(IndexedXmlPathNamespace),  _
    SfcObjectFlags.None Or SfcObjectFlags.NaturalOrder Or SfcObjectFlags.Design Or SfcObjectFlags.Deploy)> _
Public ReadOnly Property IndexedXmlPathNamespaces As IndexedXmlPathNamespaceCollection 
    Get
'Uso
Dim instance As Index 
Dim value As IndexedXmlPathNamespaceCollection 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespaceCollection
the collection of indexed XML path namespace.

Vea también

Referencia

Index Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo