xSQL Schema Compare SDK for SQL Server version 12
XmlCompression Constructor


The partition id or 0 if the table is not partitioned.
The parent SqlTable object.
Initializes a new instance of the XmlCompression class with the specified partition id and parent table.
Syntax
'Declaration
 
Public Function New( _
   ByVal partitionId As System.Integer, _
   ByVal parent As DataCompression _
)
public XmlCompression( 
   System.int partitionId,
   DataCompression parent
)
public: XmlCompression( 
   System.int partitionId,
   DataCompression* parent
)

Parameters

partitionId
The partition id or 0 if the table is not partitioned.
parent
The parent SqlTable object.
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

XmlCompression Class
XmlCompression Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback