PartitionFunctionParameterCollection.Add Method
Include Protected Members
Include Inherited Members
Adds a PartitionFunctionParameter object to the PartitionFunctionParameterCollection collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Add(PartitionFunctionParameter) | Adds a PartitionFunctionParameter object to the PartitionFunctionParameterCollection collection. | |
Add(PartitionFunctionParameter, Int32) | Adds the specified PartitionFunctionParameterobject to the collection at the specified index. | |
Add(PartitionFunctionParameter, String) | Adds the specified PartitionFunctionParameterobject to the collection at the specified column. |
Top