CreateTableStatement.TextImageOn 속성

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.

참고 항목

참조

CreateTableStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스