BinaryLiteral.IsLargeObject Property

 

Applies To: SQL Server 2016 Preview

Indicates if the literal exceeds 8000 bytes.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public bool IsLargeObject { get; set; }
public:
property bool IsLargeObject {
    bool get();
    void set(bool value);
}
member IsLargeObject : bool with get, set
Public Property IsLargeObject As Boolean

Property Value

Type: System.Boolean

True if the literal exceeds 8000 bytes; otherwise, false.

See Also

BinaryLiteral Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top