Propriété BackupSet.BackupSize

Gets the size of the backup set, in bytes.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BackupSize As Decimal 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo