NumberedStoredProcedureParameterCollection Properties
SQL Server 2012
The NumberedStoredProcedureParameterCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of objects in the referenced collection. (Inherited from SmoCollectionBase.) |
|
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Inherited from SmoCollectionBase.) |
|
Item[Int32] | Gets a NumberedStoredProcedureParameter object in the collection by index number. |
|
Item[String] | Gets a NumberedStoredProcedureParameter object in the collection by name. |
|
Parent | Gets the Database object that is the parent of the NumberedStoredProcedureParameterCollection object. |
|
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Inherited from SmoCollectionBase.) |
