Share via


ISqlTable.TextInRowSize (Propiedad)

Obtiene o establece un valor que modela la opción "texto en fila" de sp_tableoption.

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

Sintaxis

'Declaración
Property TextInRowSize As Integer
    Get
    Set
int TextInRowSize { get; set; }
property int TextInRowSize {
    int get ();
    void set (int value);
}
abstract TextInRowSize : int with get, set
function get TextInRowSize () : int
function set TextInRowSize (value : int)

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ISqlTable Interfaz

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