Método IndexedXmlPathCollection.Remove (IndexedXmlPath)
Removes an item in the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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
- indexedXmlPath
Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item to be removed.