Gets the BLOB size in bytes.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public long Size { get; }
Public ReadOnly Property Size As Long
Get
public:
property long long Size {
long long get ();
}
member Size : int64 with get
Property Value
Type:
Int64
The blob size.
See Also