Propriedade do RDL CreateTableStatement.TextImageOn
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 (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property TextImageOn As IdentifierOrValueExpression
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The filegroup specification for the storage of large value columns in the table.