Propriedade ISql90Table.IsLargeValueTypesOutOfRow

Obtém ou define um valor que é usado para controlar o comportamento na linha das tabelas que têm varchar (max), nvarchar (max), varbinary (max), xml, text, ntext, imagem ou colunas de tipo definido pelo usuário de grande.

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

Sintaxe

'Declaração
Property IsLargeValueTypesOutOfRow As Boolean
    Get
    Set
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90Table Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel