Udostępnij za pośrednictwem


Właściwość ExtendedStoredProcedureCollection.Item (String, String)

Pobiera ExtendedStoredProcedure obiektu kolekcja według nazw z określonego schematu.

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

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String, _
    schema As String _
) As ExtendedStoredProcedure
    Get
'Użycie
Dim instance As ExtendedStoredProcedureCollection
Dim name As String
Dim schema As String
Dim value As ExtendedStoredProcedure

value = instance(name, schema)
public ExtendedStoredProcedure this[
    string name,
    string schema
] { get; }
public:
property ExtendedStoredProcedure^ default[String^ name, String^ schema] {
    ExtendedStoredProcedure^ get (String^ name, String^ schema);
}
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.