Partition Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the Partition class.

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
Public method Partition() Initializes a new instance of the Partition class.
Public method Partition(String) Initializes a new instance of the Partition class using System.String as the name of the partition.
Public method 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.

Top