Udostępnij za pośrednictwem


Metoda ItemById

Wyodrębnia element członkowski z ProxyAccountCollection przy użyciu kolekcja identyfikator unikatowy, zdefiniowanych przez system.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Agent
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
Public Function ItemById ( _
    id As Integer _
) As ProxyAccount
'Użycie
Dim instance As ProxyAccountCollection
Dim id As Integer
Dim returnValue As ProxyAccount

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

Parameters

Wartość zwracana

Typ: Microsoft.SqlServer.Management.Smo.Agent. . :: . .ProxyAccount
A ProxyAccount obiekt, który ma określoną wartość Identyfikatora.