ISql90Table.IsLargeValueTypesOutOfRow 属性

获取或设置一个值,该值用于控制具有 varchar(max)、nvarchar(max)、varbinary(max)、xml、text、ntext、image 或用户定义的类型列的表的行内行为。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property IsLargeValueTypesOutOfRow As Boolean
    Get
    Set
bool IsLargeValueTypesOutOfRow { get; set; }
property bool IsLargeValueTypesOutOfRow {
    bool get ();
    void set (bool value);
}
abstract IsLargeValueTypesOutOfRow : bool with get, set
function get IsLargeValueTypesOutOfRow () : boolean
function set IsLargeValueTypesOutOfRow (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ISql90Table 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间