NumberedStoredProcedureParameterCollection Members
Include Protected Members
Include Inherited Members
The NumberedStoredProcedureParameterCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | Add(NumberedStoredProcedureParameter) | Adds a NumberedStoredProcedureParameterCollection to the collection. | 
| .gif) | Add(NumberedStoredProcedureParameter, Int32) | Adds a NumberedStoredProcedureParameterCollection to the collection. | 
| .gif) | Add(NumberedStoredProcedureParameter, String) | Adds a NumberedStoredProcedureParameterCollection to the collection. | 
| .gif) | AddExisting(SqlSmoObject) | Adds an object to the collection. (Inherited from AbstractCollectionBase.) | 
| .gif) | AddImpl(SqlSmoObject, Int32) | Adds an object or member to this collection at the specified index. (Inherited from ArrayListCollectionBase.) | 
| .gif) | Contains(String) | Validates whether the parameter collection contains a member with a name equal to the specified string. (Inherited from ParameterCollectionBase.) | 
| .gif) | CopyTo(array<NumberedStoredProcedureParameter[], Int32) | Copies the collection objects to a one-dimensional array beginning at the index value specified. | 
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetCollectionElementType() | Gets the Collection Element Type. (Inherited from SmoCollectionBase.) | 
| .gif) | GetEnumerator() | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Inherited from SmoCollectionBase.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetItemById(Int32) | Extracts a member from the referenced collection using a system-defined, unique identifier. (Inherited from SmoCollectionBase.) | 
| .gif) | GetItemById(Int32, String) | Extracts a member from the referenced collection using a system-defined, unique identifier and name. (Inherited from SmoCollectionBase.) | 
| .gif) | GetObjectByIndex(Int32) | Extracts a member from the referenced collection using a system-defined, unique identifier. (Inherited from SmoCollectionBase.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | ImplAddExisting(SqlSmoObject) | Adds an object to a collection. (Inherited from ParameterCollectionBase.) | 
| .gif) | InitializeChildCollection() | Initializes the child collections of the referenced collection. (Inherited from SmoCollectionBase.) | 
| .gif) | InitializeChildCollection(Boolean) | Initializes the child collections of the referenced collection with the option to refresh the properties of the referenced collection. (Inherited from SmoCollectionBase.) | 
| .gif) | InitInnerCollection() | Initializes a collection. (Inherited from ParameterCollectionBase.) | 
| .gif) | ItemById(Int32) | Extracts a member from the NumberedStoredProcedureParameterCollection collection using a system-defined, unique identifier. | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | Refresh() | Refreshes the referenced collection. (Inherited from SmoCollectionBase.) | 
| .gif) | Refresh(Boolean) | Refreshes the referenced collection with the option to refresh child objects of the referenced collection. (Inherited from SmoCollectionBase.) | 
| .gif) | Remove(String) | Removes a member from the collection with the specified name. (Inherited from ParameterCollectionBase.) | 
| .gif) | Remove(NumberedStoredProcedureParameter) | Removes a NumberedStoredProcedureParameterCollection from the collection | 
| .gif) | ToString() | (Inherited from Object.) | 
| .gif) | ValidateParentObject(SqlSmoObject) | Validates the parent object exists. (Inherited from SmoCollectionBase.) | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) | initialized | This value supports the SMO infrastructure and is not intended to be used directly from your code. (Inherited from AbstractCollectionBase.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the number of objects in the referenced collection. (Inherited from SmoCollectionBase.) | 
| .gif) | IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Inherited from SmoCollectionBase.) | 
| .gif) | Item[Int32] | Gets a NumberedStoredProcedureParameter object in the collection by index number. | 
| .gif) | Item[String] | Gets a NumberedStoredProcedureParameter object in the collection by name. | 
| .gif) | Parent | Gets the Database object that is the parent of the NumberedStoredProcedureParameterCollection object. | 
| .gif) | SyncRoot | Gets an object that can be used to synchronize access to the collection. (Inherited from SmoCollectionBase.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ICollection.CopyTo(Array, Int32) | Copies the elements from an instance to an array beginning at the index indicated. (Inherited from SmoCollectionBase.) | 
Top