Delen via


CreateTableStatement.TextImageOn Property

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

'Declaration
Public Property TextImageOn As IdentifierOrValueExpression 
    Get 
    Set
'Usage
Dim instance As CreateTableStatement 
Dim value As IdentifierOrValueExpression 

value = instance.TextImageOn

instance.TextImageOn = value
public IdentifierOrValueExpression TextImageOn { get; set; }
public:
property IdentifierOrValueExpression^ TextImageOn {
    IdentifierOrValueExpression^ get ();
    void set (IdentifierOrValueExpression^ value);
}
member TextImageOn : IdentifierOrValueExpression with get, set
function get TextImageOn () : IdentifierOrValueExpression 
function set TextImageOn (value : IdentifierOrValueExpression)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The filegroup specification for the storage of large value columns in the table.

See Also

Reference

CreateTableStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace