Gets or sets a value that indicates whether the literal exceeds 8000 bytes.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property IsLargeObject As Boolean
Get
Set
'用途
Dim instance As StringLiteral
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)
屬性值
型別:System.Boolean
True if the literal exceeds 8000 bytes; otherwise, false.