ISql90Table.IsLargeValueTypesOutOfRow Property

Gets or sets whether large value types out of row is on.

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

Syntax

'Declaration
Property IsLargeValueTypesOutOfRow As Boolean
    Get
    Set
'Usage
Dim instance As ISql90Table
Dim value As Boolean

value = instance.IsLargeValueTypesOutOfRow

instance.IsLargeValueTypesOutOfRow = value
bool IsLargeValueTypesOutOfRow { get; set; }
property bool IsLargeValueTypesOutOfRow {
    bool get ();
    void set (bool value);
}
function get IsLargeValueTypesOutOfRow () : boolean
function set IsLargeValueTypesOutOfRow (value : boolean)
abstract IsLargeValueTypesOutOfRow : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Table Interface

ISql90Table Members

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