PhysicalPartition コンストラクター (SqlSmoObject, Int32, DataCompressionType)
親、パーティション番号、およびデータ圧縮の指定に基づいて、PhysicalPartition クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
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
PhysicalPartition オブジェクトの親を示す SqlSmoObject オブジェクトです。
- partitionNumber
型: System. . :: . .Int32
物理パーティションのパーティション番号を示す Int32 値です。
- dataCompressionType
型: Microsoft.SqlServer.Management.Smo. . :: . .DataCompressionType
パーティション上にオブジェクトを格納する際のデータ圧縮の種類を指定する DataCompressionType オブジェクトです。