Freigeben über


Table.TextInRowSize-Eigenschaft

TextInRowSize property class of Table

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Shared Property TextInRowSize As ModelPropertyClass 
    Get 
    Friend Set
'Usage
Dim value As ModelPropertyClass 

value = Table.TextInRowSize
public static ModelPropertyClass TextInRowSize { get; internal set; }
public:
static property ModelPropertyClass^ TextInRowSize {
    ModelPropertyClass^ get ();
    internal: void set (ModelPropertyClass^ value);
}
static member TextInRowSize : ModelPropertyClass with get, internal set
static function get TextInRowSize () : ModelPropertyClass 
internal static function set TextInRowSize (value : ModelPropertyClass)

Eigenschaftswert

Typ: Microsoft.SqlServer.Dac.Model.ModelPropertyClass

Siehe auch

Verweis

Table Klasse

Microsoft.SqlServer.Dac.Model-Namespace