PhysicalPartition Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PhysicalPartition() |
Default constructor |
PhysicalPartition(SqlSmoObject, Int32) |
Constructor for PhysicalPartition class which take parent and partitionNumber as initialization variable |
PhysicalPartition(SqlSmoObject, Int32, DataCompressionType) |
PhysicalPartition constructor which take initialization parameter, parent reference, partition number, and compression type. |
PhysicalPartition()
Default constructor
public PhysicalPartition ();
Public Sub New ()
Applies to
PhysicalPartition(SqlSmoObject, Int32)
Constructor for PhysicalPartition class which take parent and partitionNumber as initialization variable
public PhysicalPartition (Microsoft.SqlServer.Management.Smo.SqlSmoObject parent, int partitionNumber);
new Microsoft.SqlServer.Management.Smo.PhysicalPartition : Microsoft.SqlServer.Management.Smo.SqlSmoObject * int -> Microsoft.SqlServer.Management.Smo.PhysicalPartition
Public Sub New (parent As SqlSmoObject, partitionNumber As Integer)
Parameters
- parent
- SqlSmoObject
- partitionNumber
- Int32
Applies to
PhysicalPartition(SqlSmoObject, Int32, DataCompressionType)
PhysicalPartition constructor which take initialization parameter, parent reference, partition number, and compression type.
public PhysicalPartition (Microsoft.SqlServer.Management.Smo.SqlSmoObject parent, int partitionNumber, Microsoft.SqlServer.Management.Smo.DataCompressionType dataCompressionType);
new Microsoft.SqlServer.Management.Smo.PhysicalPartition : Microsoft.SqlServer.Management.Smo.SqlSmoObject * int * Microsoft.SqlServer.Management.Smo.DataCompressionType -> Microsoft.SqlServer.Management.Smo.PhysicalPartition
Public Sub New (parent As SqlSmoObject, partitionNumber As Integer, dataCompressionType As DataCompressionType)
Parameters
- parent
- SqlSmoObject
- partitionNumber
- Int32
- dataCompressionType
- DataCompressionType