Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the filegroup specification for the storage of large value columns in the table.
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public Property TextImageOn As IdentifierOrValueExpression
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The filegroup specification for the storage of large value columns in the table.