ISql90Table.IsLargeValueTypesOutOfRow Property

Gets or sets a value that is used to control the in-row behavior of tables that have varchar(max), nvarchar(max), varbinary(max), xml, text, ntext, image, or large user-defined type columns.

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

Syntax

'Declaration
Property IsLargeValueTypesOutOfRow As Boolean
bool IsLargeValueTypesOutOfRow { get; set; }
property bool IsLargeValueTypesOutOfRow {
    bool get ();
    void set (bool value);
}
abstract IsLargeValueTypesOutOfRow : bool with get, set
function get IsLargeValueTypesOutOfRow () : boolean
function set IsLargeValueTypesOutOfRow (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Table Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace