PhysicalPartition コンストラクター

定義

オーバーロード

名前 説明
PhysicalPartition()

既定のコンストラクター

PhysicalPartition(SqlSmoObject, Int32)

初期化変数として parent と partitionNumber を受け取る PhysicalPartition クラスのコンストラクター

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType)

初期化パラメーター、親参照、パーティション番号、および圧縮の種類を受け取る PhysicalPartition コンストラクター。

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType, XmlCompressionType)

初期化パラメーター、親参照、パーティション番号、および xml 圧縮の種類を受け取る PhysicalPartition コンストラクター。

PhysicalPartition()

既定のコンストラクター

public PhysicalPartition();
Public Sub New ()

適用対象

PhysicalPartition(SqlSmoObject, Int32)

初期化変数として parent と partitionNumber を受け取る PhysicalPartition クラスのコンストラクター

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)

パラメーター

parent
SqlSmoObject
partitionNumber
Int32

適用対象

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType)

初期化パラメーター、親参照、パーティション番号、および圧縮の種類を受け取る PhysicalPartition コンストラクター。

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)

パラメーター

parent
SqlSmoObject
partitionNumber
Int32
dataCompressionType
DataCompressionType

適用対象

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType, XmlCompressionType)

初期化パラメーター、親参照、パーティション番号、および xml 圧縮の種類を受け取る PhysicalPartition コンストラクター。

public PhysicalPartition(Microsoft.SqlServer.Management.Smo.SqlSmoObject parent, int partitionNumber, Microsoft.SqlServer.Management.Smo.DataCompressionType dataCompressionType, Microsoft.SqlServer.Management.Smo.XmlCompressionType xmlCompressionType);
new Microsoft.SqlServer.Management.Smo.PhysicalPartition : Microsoft.SqlServer.Management.Smo.SqlSmoObject * int * Microsoft.SqlServer.Management.Smo.DataCompressionType * Microsoft.SqlServer.Management.Smo.XmlCompressionType -> Microsoft.SqlServer.Management.Smo.PhysicalPartition
Public Sub New (parent As SqlSmoObject, partitionNumber As Integer, dataCompressionType As DataCompressionType, xmlCompressionType As XmlCompressionType)

パラメーター

parent
SqlSmoObject
partitionNumber
Int32
dataCompressionType
DataCompressionType
xmlCompressionType
XmlCompressionType

適用対象