Partition Constructor
Initializes a new instance of the Partition class.
Overload List
| Name | Description |
|---|---|
| Partition () |
Initializes a new instance of the Partition class.
|
| Partition (String) |
Initializes a new instance of the Partition class using System.String as the name of the partition.
|
| Partition (String, String) |
Initializes a new instance of the Partition class, using System.Stringname as the name of the partition, and using System.Stringid as the internal name of the object.
|