Compartir a través de


IndexedXmlPathCollection.Remove Método (IndexedXmlPath)

Removes an item in the collection.

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

Sintaxis

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

Parámetros

Vea también

Referencia

IndexedXmlPathCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.SqlServer.Management.Smo