Właściwość Item (String)
Pobiera ExtendedStoredProcedure obiektu kolekcja według nazwy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String _
) As ExtendedStoredProcedure
Get
'Użycie
Dim instance As ExtendedStoredProcedureCollection
Dim name As String
Dim value As ExtendedStoredProcedure
value = instance(name)
public ExtendedStoredProcedure this[
string name
] { get; }
public:
property ExtendedStoredProcedure^ default[String^ name] {
ExtendedStoredProcedure^ get (String^ name);
}
member Item : ExtendedStoredProcedure
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Typ: System. . :: . .String
A String wartość, która określa nazwę ExtendedStoredProcedure obiekt w ExtendedStoredProcedureCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ExtendedStoredProcedure
ExtendedStoredProcedure Wartość obiektu, który reprezentuje rozszerzona procedura składowana.