ISizeItem.Size Property
Gets the size, in kilobytes, of the item implementing the ISizeItem interface.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
ReadOnly Property Size As Long
Get
'Usage
Dim instance As ISizeItem
Dim value As Long
value = instance.Size
long Size { get; }
property long long Size {
long long get ();
}
abstract Size : int64
function get Size () : long
Property Value
Type: System.Int64
A Long value that specifies the size of the item.