NumberedStoredProcedureParameterCollection Methods
SQL Server 2012
The NumberedStoredProcedureParameterCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(NumberedStoredProcedureParameter) | Adds a NumberedStoredProcedureParameterCollection to the collection. |
|
Add(NumberedStoredProcedureParameter, Int32) | Adds a NumberedStoredProcedureParameterCollection to the collection. |
|
Add(NumberedStoredProcedureParameter, String) | Adds a NumberedStoredProcedureParameterCollection to the collection. |
|
AddExisting | Adds an object to the collection. (Inherited from AbstractCollectionBase.) |
|
Contains | Validates whether the parameter collection contains a member with a name equal to the specified string. (Inherited from ParameterCollectionBase.) |
|
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. |
|
Equals | (Inherited from Object.) |
|
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Inherited from SmoCollectionBase.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
ItemById | Extracts a member from the NumberedStoredProcedureParameterCollection collection using a system-defined, unique identifier. |
|
Refresh() | Refreshes the referenced collection. (Inherited from SmoCollectionBase.) |
|
Refresh(Boolean) | Refreshes the referenced collection with the option to refresh child objects of the referenced collection. (Inherited from SmoCollectionBase.) |
|
Remove(String) | Removes a member from the collection with the specified name. (Inherited from ParameterCollectionBase.) |
|
Remove(NumberedStoredProcedureParameter) | Removes a NumberedStoredProcedureParameterCollection from the collection |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ICollection.CopyTo | Copies the elements from an instance to an array beginning at the index indicated. (Inherited from SmoCollectionBase.) |
