PhysicalPartition Constructor (SqlSmoObject, Int32, DataCompressionType)
Initializes a new instance of the PhysicalPartition class with the specified parent, partition number, and data compression.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
parent As SqlSmoObject, _
partitionNumber As Integer, _
dataCompressionType As DataCompressionType _
)
public PhysicalPartition (
SqlSmoObject parent,
int partitionNumber,
DataCompressionType dataCompressionType
)
public:
PhysicalPartition (
SqlSmoObject^ parent,
int partitionNumber,
DataCompressionType dataCompressionType
)
public PhysicalPartition (
SqlSmoObject parent,
int partitionNumber,
DataCompressionType dataCompressionType
)
public function PhysicalPartition (
parent : SqlSmoObject,
partitionNumber : int,
dataCompressionType : DataCompressionType
)
Parameters
- parent
A SqlSmoObject object that specifies the parent of the PhysicalPartition object.
- partitionNumber
A Int32 value that specifies the partition number of the physical partition.
- dataCompressionType
A DataCompressionType object that specifies the type of data compression used to store the object on the partition.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.