PhysicalPartition 建構函式

定義

多載

名稱 Description
PhysicalPartition()

預設建構函式

PhysicalPartition(SqlSmoObject, Int32)

PhysicalPartition 類別的建構子,取父 和 partitionNumber 作為初始化變數

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType)

PhysicalPartition 建構器,取初始化參數、父參考、分割區號及壓縮類型。

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType, XmlCompressionType)

PhysicalPartition 建構器,採用初始化參數、父參考、分割區編號及 XML 壓縮型別。

PhysicalPartition()

預設建構函式

public PhysicalPartition();
Public Sub New ()

適用於

PhysicalPartition(SqlSmoObject, Int32)

PhysicalPartition 類別的建構子,取父 和 partitionNumber 作為初始化變數

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)

PhysicalPartition 建構器,採用初始化參數、父參考、分割區編號及 XML 壓縮型別。

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

適用於