Compartir a través de


Size Propiedad

Gets the size of the miscellaneous file.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public ReadOnly Property Size As Long
    Get
'Uso
Dim instance As FileExtraSource
Dim value As Long

value = instance.Size
public long Size { get; }
public:
virtual property long long Size {
    long long get () sealed;
}
abstract Size : int64
override Size : int64
final function get Size () : long

Valor de la propiedad

Tipo: System. . :: . .Int64
A Long value that specifies the size of the file.

Implementa

ISizeItem. . :: . .Size