Udostępnij za pośrednictwem


Właściwość ExtendedStoredProcedureCollection.Item (Int32)

Pobiera ExtendedStoredProcedure obiektu kolekcja według numeru indeksu.

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

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ExtendedStoredProcedure
    Get
'Użycie
Dim instance As ExtendedStoredProcedureCollection
Dim index As Integer
Dim value As ExtendedStoredProcedure

value = instance(index)
public ExtendedStoredProcedure this[
    int index
] { get; }
public:
property ExtendedStoredProcedure^ default[int index] {
    ExtendedStoredProcedure^ get (int index);
}
member Item : ExtendedStoredProcedure
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure
ExtendedStoredProcedure Wartość obiektu, który reprezentuje rozszerzona procedura składowana.