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
- indexedXmlPath
Type : Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item to be removed.