Partager via


ISqlTable.TextInRowSize, propriété

Obtient ou définit une valeur qui modélise l'option sp_tableoption « Texte dans la ligne ».

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Int32

Sécurité .NET Framework

Voir aussi

Référence

ISqlTable Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms