xSQL Schema Compare SDK for SQL Server version 12
DataCompressionDataSpace Constructor


The data space id.
The data compression that contains the data space.
Initializes a new instance of the DataCompressionDataSpace class with the specified id and data compression object.
Syntax
'Declaration
 
Public Function New( _
   ByVal partitionId As System.Integer, _
   ByVal parent As DataCompression _
)
public DataCompressionDataSpace( 
   System.int partitionId,
   DataCompression parent
)
public: DataCompressionDataSpace( 
   System.int partitionId,
   DataCompression* parent
)

Parameters

partitionId
The data space id.
parent
The data compression that contains the data space.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataCompressionDataSpace Class
DataCompressionDataSpace Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback