Condividi tramite


Metodo IndexedXmlPathNamespaceCollection.Remove (IndexedXmlPathNamespace)

Removes an element from the collection.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
    indexedXmlPathNamespace As IndexedXmlPathNamespace _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

IndexedXmlPathNamespaceCollection Classe

Overload Remove

Spazio dei nomi Microsoft.SqlServer.Management.Smo