ExtendedStoredProcedureCollection.Item Property
Gets an ExtendedStoredProcedure object in the collection by name or by index number.
| Name | Description | |
|---|---|---|
|
Item[Int32] | Gets an ExtendedStoredProcedure object in the collection by index number. |
|
Item[String] | Gets an ExtendedStoredProcedure object in the collection by name. |
|
Item[String, String] | Gets an ExtendedStoredProcedure object in the collection by name with a specified schema. |
