Partager via


Méthode IndexedXmlPathCollection.Remove (IndexedXmlPath)

Removes an item in the collection.

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

Syntaxe

'Déclaration
Public Sub Remove ( _
    indexedXmlPath As IndexedXmlPath _
)
'Utilisation
Dim instance As IndexedXmlPathCollection 
Dim indexedXmlPath As IndexedXmlPath

instance.Remove(indexedXmlPath)
public void Remove(
    IndexedXmlPath indexedXmlPath
)
public:
void Remove(
    IndexedXmlPath^ indexedXmlPath
)
member Remove : 
        indexedXmlPath:IndexedXmlPath -> unit
public function Remove(
    indexedXmlPath : IndexedXmlPath
)

Paramètres

Voir aussi

Référence

IndexedXmlPathCollection Classe

Surcharge Remove

Espace de noms Microsoft.SqlServer.Management.Smo