Метод IndexedXmlPathCollection.Remove (IndexedXmlPath)

Removes an item in the collection.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Remove ( _
    indexedXmlPath As IndexedXmlPath _
)
'Применение
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
)

Параметры

См. также

Справочник

IndexedXmlPathCollection Класс

Перегрузка Remove

Пространство имен Microsoft.SqlServer.Management.Smo