Delen via


BinaryLiteral.IsLargeObject Property

Indicates if the literal exceeds 8000 bytes.

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

Syntax

'Declaration
Public Property IsLargeObject As Boolean 
    Get 
    Set
'Usage
Dim instance As BinaryLiteral 
Dim value As Boolean 

value = instance.IsLargeObject

instance.IsLargeObject = value
public bool IsLargeObject { get; set; }
public:
property bool IsLargeObject {
    bool get ();
    void set (bool value);
}
member IsLargeObject : bool with get, set
function get IsLargeObject () : boolean 
function set IsLargeObject (value : boolean)

Property Value

Type: System.Boolean
True if the literal exceeds 8000 bytes; otherwise, false.

See Also

Reference

BinaryLiteral Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace