Udostępnij za pośrednictwem


Metoda ExtendedStoredProcedureCollection.ItemById

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

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

Składnia

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

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

Parametry

Wartość zwracana

Typ: Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure
ExtendedStoredProcedure Obiekt, który ma określoną wartość Identyfikatora.