Compartir a través de


ISql90Table.IsLargeValueTypesOutOfRow (Propiedad)

Obtiene o establece un valor que se usa para controlar el comportamiento de las filas de tablas que tienen varchar(max), nvarchar(max), varbinary(max), xml, text, ntext, image o columnas grandes de tipos definidos por el usuario.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90Table Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)