Метод Add
Adds the specified object to the referenced collection.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Protected Overridable Sub Add ( _
wmiObj As WmiSmoObject _
)
'Применение
Dim wmiObj As WmiSmoObject
Me.Add(wmiObj)
protected virtual void Add(
WmiSmoObject wmiObj
)
protected:
virtual void Add(
WmiSmoObject^ wmiObj
)
abstract Add :
wmiObj:WmiSmoObject -> unit
override Add :
wmiObj:WmiSmoObject -> unit
protected function Add(
wmiObj : WmiSmoObject
)
Параметры
- wmiObj
Тип: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .WmiSmoObject
A String value that specifies the name of the object to add to the collection
См. также