Size Propiedad
Gets the size, in kilobytes, of the item implementing the ISizeItem interface.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
ReadOnly Property Size As Long
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Int64
A Long value that specifies the size of the item.