PartitionSchemeParameterCollection.Add Method
Include Protected Members
Include Inherited Members
Adds a PartitionSchemeParameter object to the PartitionSchemeParameterCollection 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(PartitionSchemeParameter) | Adds a PartitionSchemeParameter object to the PartitionSchemeParameterCollection collection. | |
Add(PartitionSchemeParameter, Int32) | Adds the specified PartitionSchemeParameterobject to the collection at the specified index. | |
Add(PartitionSchemeParameter, String) | Adds the specified PartitionSchemeParameterobject to the collection at the specified column. |
Top