IndexedXmlPathNamespaceCollection.Remove Method (IndexedXmlPathNamespace)

Removes an element from the collection.

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

Syntax

'Declaration
Public Sub Remove ( _
    indexedXmlPathNamespace As IndexedXmlPathNamespace _
)
'Usage
Dim instance As IndexedXmlPathNamespaceCollection 
Dim indexedXmlPathNamespace As IndexedXmlPathNamespace

instance.Remove(indexedXmlPathNamespace)
public void Remove(
    IndexedXmlPathNamespace indexedXmlPathNamespace
)
public:
void Remove(
    IndexedXmlPathNamespace^ indexedXmlPathNamespace
)
member Remove : 
        indexedXmlPathNamespace:IndexedXmlPathNamespace -> unit
public function Remove(
    indexedXmlPathNamespace : IndexedXmlPathNamespace
)

Parameters

See Also

Reference

IndexedXmlPathNamespaceCollection Class

Remove Overload

Microsoft.SqlServer.Management.Smo Namespace