Sdílet prostřednictvím


ISql100DataCompressionOption.PartitionNumber – vlastnost

Získá nebo nastaví oddíl, na který se vztahuje na úroveň komprese.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Int32

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql100DataCompressionOption Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů