CreateTableStatement.TextImageOn Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the filegroup specification for the storage of large value columns in the table.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IdentifierOrValueExpression TextImageOn { get; set; }
public:
property IdentifierOrValueExpression^ TextImageOn {
    IdentifierOrValueExpression^ get();
    void set(IdentifierOrValueExpression^ value);
}
member TextImageOn : IdentifierOrValueExpression with get, set
Public Property TextImageOn As IdentifierOrValueExpression

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression

The filegroup specification for the storage of large value columns in the table.

See Also

CreateTableStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top