Share via


Index.IndexedXmlPathNamespaces Property

Gets the collection of indexed XML path namespace.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<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
'Usage
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

Property Value

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

See Also

Reference

Index Class

Microsoft.SqlServer.Management.Smo Namespace