xSQL Schema Compare SDK for SQL Server version 12
IsLargeDataType Property


Indicates whether the type represents a large data type.
Syntax
'Declaration
 
Public Property IsLargeDataType As System.Boolean
public System.bool IsLargeDataType {get; set;}
public: __property System.bool get_IsLargeDataType();
public: __property void set_IsLargeDataType( 
   System.bool value
);
Remarks
A large system type can be one of the followings: varchar(max)nvarchar(max)varbinary(max)textntextimage
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

SqlSystemDataType Class
SqlSystemDataType Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback