Langue

PhysicalPartition Constructeurs

Définition

Surcharges

Nom Description
PhysicalPartition()

Constructeur par défaut

PhysicalPartition(SqlSmoObject, Int32)

Constructeur pour la classe PhysicalPartition qui prend parent et partitionNumber comme variable d’initialisation

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType)

Constructeur PhysicalPartition qui prend le paramètre d’initialisation, la référence parente, le numéro de partition et le type de compression.

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType, XmlCompressionType)

Constructeur PhysicalPartition qui prend le paramètre d’initialisation, la référence parente, le numéro de partition et le type de compression xml.

PhysicalPartition()

Constructeur par défaut

public PhysicalPartition();
Public Sub New ()

S’applique à

PhysicalPartition(SqlSmoObject, Int32)

Constructeur pour la classe PhysicalPartition qui prend parent et partitionNumber comme variable d’initialisation

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)

Paramètres

parent
SqlSmoObject
partitionNumber
Int32

S’applique à

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType)

Constructeur PhysicalPartition qui prend le paramètre d’initialisation, la référence parente, le numéro de partition et le type de compression.

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)

Paramètres

parent
SqlSmoObject
partitionNumber
Int32
dataCompressionType
DataCompressionType

S’applique à

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType, XmlCompressionType)

Constructeur PhysicalPartition qui prend le paramètre d’initialisation, la référence parente, le numéro de partition et le type de compression 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)

Paramètres

parent
SqlSmoObject
partitionNumber
Int32
dataCompressionType
DataCompressionType
xmlCompressionType
XmlCompressionType

S’applique à