PhysicalPartition Construtores

Definição

Sobrecargas

Nome Description
PhysicalPartition()

Construtor padrão

PhysicalPartition(SqlSmoObject, Int32)

Classe Constructor for PhysicalPartition que usa parent e partitionNumber como variável de inicialização

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType)

Construtor PhysicalPartition que usa parâmetro de inicialização, referência pai, número de partição e tipo de compactação.

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType, XmlCompressionType)

Construtor PhysicalPartition que usa parâmetro de inicialização, referência pai, número de partição e tipo de compactação xml.

PhysicalPartition()

Construtor padrão

public PhysicalPartition();
Public Sub New ()

Aplica-se a

PhysicalPartition(SqlSmoObject, Int32)

Classe Constructor for PhysicalPartition que usa parent e partitionNumber como variável de inicialização

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)

Parâmetros

parent
SqlSmoObject
partitionNumber
Int32

Aplica-se a

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType)

Construtor PhysicalPartition que usa parâmetro de inicialização, referência pai, número de partição e tipo de compactação.

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)

Parâmetros

parent
SqlSmoObject
partitionNumber
Int32
dataCompressionType
DataCompressionType

Aplica-se a

PhysicalPartition(SqlSmoObject, Int32, DataCompressionType, XmlCompressionType)

Construtor PhysicalPartition que usa parâmetro de inicialização, referência pai, número de partição e tipo de compactação 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)

Parâmetros

parent
SqlSmoObject
partitionNumber
Int32
dataCompressionType
DataCompressionType
xmlCompressionType
XmlCompressionType

Aplica-se a