Partager via


Méthode IndexedXmlPathNamespaceCollection.Remove (IndexedXmlPathNamespace)

Removes an element from the collection.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    indexedXmlPathNamespace As IndexedXmlPathNamespace _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

IndexedXmlPathNamespaceCollection Classe

Surcharge Remove

Espace de noms Microsoft.SqlServer.Management.Smo