Sdílet prostřednictvím


ISqlTable.TextInRowSize – vlastnost

Získá nebo nastaví hodnotu, která modely "text v řádku" možnost sp_tableoption.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Int32

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlTable Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů