PhysicalPartition Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the PhysicalPartition 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 PhysicalPartition() Initializes a new, default instance of the PhysicalPartition class.
Public method PhysicalPartition(SqlSmoObject, Int32) Initializes a new instance of the PhysicalPartition class with the specified parent and partition number.
Public method PhysicalPartition(SqlSmoObject, Int32, DataCompressionType) Initializes a new instance of the PhysicalPartition class with the specified parent, partition number, and data compression.

Top