PhysicalPartition Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| PhysicalPartition() |
Constructor predeterminado |
| PhysicalPartition(SqlSmoObject, Int32) |
Constructor para la clase PhysicalPartition que toma parent y partitionNumber como variable de inicialización |
| PhysicalPartition(SqlSmoObject, Int32, DataCompressionType) |
Constructor PhysicalPartition que toma el parámetro de inicialización, la referencia primaria, el número de partición y el tipo de compresión. |
| PhysicalPartition(SqlSmoObject, Int32, DataCompressionType, XmlCompressionType) |
Constructor PhysicalPartition que toma el parámetro de inicialización, la referencia primaria, el número de partición y el tipo de compresión xml. |
PhysicalPartition()
Constructor predeterminado
public PhysicalPartition();
Public Sub New ()
Se aplica a
PhysicalPartition(SqlSmoObject, Int32)
Constructor para la clase PhysicalPartition que toma parent y partitionNumber como variable de inicialización
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
Se aplica a
PhysicalPartition(SqlSmoObject, Int32, DataCompressionType)
Constructor PhysicalPartition que toma el parámetro de inicialización, la referencia primaria, el número de partición y el tipo de compresión.
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
Se aplica a
PhysicalPartition(SqlSmoObject, Int32, DataCompressionType, XmlCompressionType)
Constructor PhysicalPartition que toma el parámetro de inicialización, la referencia primaria, el número de partición y el tipo de compresión 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