ISqlTable.TextInRowSize Property

Gets or sets the text size property.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property TextInRowSize As Integer
    Get
    Set
'Usage
Dim instance As ISqlTable
Dim value As Integer

value = instance.TextInRowSize

instance.TextInRowSize = value
int TextInRowSize { get; set; }
property int TextInRowSize {
    int get ();
    void set (int value);
}
function get TextInRowSize () : int
function set TextInRowSize (value : int)
abstract TextInRowSize : int with get, set

Property Value

Type: System.Int32
Default value is 0.

.NET Framework Security

See Also

Reference

ISqlTable Interface

ISqlTable Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace