ISqlTable.TextInRowSize 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
'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)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.