DB2 Version 9.7 for Linux, UNIX, and Windows

DB2Blob.EstimatedSize property

Gets or sets the estimated final size of the DB2Blob object.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Overrides Function EstimatedSize As Int64
[C#]
public override Int64 EstimatedSize {get; set;}
[C++]
public:
virtual Int64* EstimatedSize () get_EstimatedSize();
public:
virtual void EstimatedSize (Int64*) set_EstimatedSize();
[JScript]
public override function get EstimatedSize () : Int64;
public override function set EstimatedSize (Int64); 

Property value

The estimated final size of the DB2Blob object in bytes.

Remarks

Do not set the DB2Blob.EstimatedSize value unless you have a good idea of the final DB2Blob object size. Setting too large of a value for the DB2Blob.EstimatedSize property results in wasted resources on the database server.

Version information

Last update
This topic was last updated for: IBM® DB2® Version 9.7 Fix Pack 6.
.NET Framework version
Supported in: 2.0, 3.0, 3.5, and 4.0
IBM Data Server Client
Supported in: IBM DB2 Version 9.7 Fix Pack 6