Поделиться через


Метод ItemById

Extracts a member from the TargetServerCollection collection using a system-defined, unique identifier.

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

Синтаксис

'Декларация
Public Function ItemById ( _
    id As Integer _
) As TargetServer
'Применение
Dim instance As TargetServerCollection
Dim id As Integer
Dim returnValue As TargetServer

returnValue = instance.ItemById(id)
public TargetServer ItemById(
    int id
)
public:
TargetServer^ ItemById(
    int id
)
member ItemById : 
        id:int -> TargetServer 
public function ItemById(
    id : int
) : TargetServer

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Management.Smo.Agent. . :: . .TargetServer
A TargetServer object that has the specified ID value.

Замечания

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.