Condividi tramite


Proprietà ISqlTable.TextInRowSize

Ottiene o imposta un valore che modella l'opzione sp_table option "text in row".

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlTable Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel