Propriedade do RDL BackupSet.BackupSize

Gets the size of the backup set, in bytes.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property BackupSize As Decimal 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Decimal
The size of the backup set.

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo