Compartir a través de


ISql100DataCompressionOption.PartitionNumber (Propiedad)

Obtiene o establece la partición a la que se aplica el nivel de compresión.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property PartitionNumber As Integer
    Get
    Set
int PartitionNumber { get; set; }
property int PartitionNumber {
    int get ();
    void set (int value);
}
abstract PartitionNumber : int with get, set
function get PartitionNumber () : int
function set PartitionNumber (value : int)

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ISql100DataCompressionOption Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)