Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.