Subscriber portal
Gets or sets the size of the column.
public: property String^ Size { String^ get (); void set (String^ value); }
The properties Type and Size are used together to specify variable-length data types. For example, in SQL Server a column of type varchar(256) is represented by setting Type = "varchar" and Size = "256".