Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the size of the backup set, in bytes.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property BackupSize As Decimal
Get
'Usage
Dim instance As BackupSet
Dim value As Decimal
value = instance.BackupSize
public decimal BackupSize { get; }
public:
property Decimal BackupSize {
Decimal get ();
}
member BackupSize : decimal
function get BackupSize () : decimal
Property Value
Type: System.Decimal
The size of the backup set.