PhysicalPartition 생성자 (SqlSmoObject, Int32, DataCompressionType)
Initializes a new instance of the PhysicalPartition class with the specified parent, partition number, and data compression.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub New ( _
parent As SqlSmoObject, _
partitionNumber As Integer, _
dataCompressionType As DataCompressionType _
)
‘사용 방법
Dim parent As SqlSmoObject
Dim partitionNumber As Integer
Dim dataCompressionType As DataCompressionType
Dim instance As New PhysicalPartition(parent, _
partitionNumber, dataCompressionType)
public PhysicalPartition(
SqlSmoObject parent,
int partitionNumber,
DataCompressionType dataCompressionType
)
public:
PhysicalPartition(
SqlSmoObject^ parent,
int partitionNumber,
DataCompressionType dataCompressionType
)
new :
parent:SqlSmoObject *
partitionNumber:int *
dataCompressionType:DataCompressionType -> PhysicalPartition
public function PhysicalPartition(
parent : SqlSmoObject,
partitionNumber : int,
dataCompressionType : DataCompressionType
)
매개 변수
- parent
형식: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject object that specifies the parent of the PhysicalPartition object.
- partitionNumber
형식: System. . :: . .Int32
A Int32 value that specifies the partition number of the physical partition.
- dataCompressionType
형식: Microsoft.SqlServer.Management.Smo. . :: . .DataCompressionType
A DataCompressionType object that specifies the type of data compression used to store the object on the partition.