Метод IndexedXmlPathCollection.Add (IndexedXmlPath)

Adds an item to the collection with specified path.

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

Синтаксис

'Декларация
Public Sub Add ( _
    indexedXmlPath As IndexedXmlPath _
)
'Применение
Dim instance As IndexedXmlPathCollection 
Dim indexedXmlPath As IndexedXmlPath

instance.Add(indexedXmlPath)
public void Add(
    IndexedXmlPath indexedXmlPath
)
public:
void Add(
    IndexedXmlPath^ indexedXmlPath
)
member Add : 
        indexedXmlPath:IndexedXmlPath -> unit
public function Add(
    indexedXmlPath : IndexedXmlPath
)

Параметры

См. также

Справочник

IndexedXmlPathCollection Класс

Перегрузка Add

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