Condividi tramite


Metodo IndexedXmlPathCollection.Remove (IndexedXmlPath)

Removes an item in the collection.

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

Sintassi

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

Parametri

Vedere anche

Riferimento

IndexedXmlPathCollection Classe

Overload Remove

Spazio dei nomi Microsoft.SqlServer.Management.Smo