ISql100DataCompressionOption.PartitionNumber プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property PartitionNumber As Integer
'使用
Dim instance As ISql100DataCompressionOption
Dim value As Integer
value = instance.PartitionNumber
instance.PartitionNumber = value
int PartitionNumber { get; set; }
property int PartitionNumber {
int get ();
void set (int value);
}
function get PartitionNumber () : int
function set PartitionNumber (value : int)
プロパティ値
型 : System.Int32
参照
参照
ISql100DataCompressionOption インターフェイス