Compartilhar via


Propriedade ISql100DataCompressionOption.PartitionNumber

Obtém ou define a partição à qual se aplica o nível de compactação.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISql100DataCompressionOption Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel