Gets the BLOB size in bytes.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
Int64
The blob size.
See Also