Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an item in the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Remove ( _
indexedXmlPath As IndexedXmlPath _
)
'Usage
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
)
Parameters
- indexedXmlPath
Type: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item to be removed.