Compartir a través de


IndexedXmlPathNamespaceCollection.Remove Método (IndexedXmlPathNamespace)

Removes an element from the collection.

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

Sintaxis

'Declaración
Public Sub Remove ( _
    indexedXmlPathNamespace As IndexedXmlPathNamespace _
)
'Uso
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
)

Parámetros

Vea también

Referencia

IndexedXmlPathNamespaceCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.SqlServer.Management.Smo