Propriété Total
Gets the total number of object in the entire object hierarchy.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Total As Integer
Get
'Utilisation
Dim instance As ProgressReportEventArgs
Dim value As Integer
value = instance.Total
public int Total { get; }
public:
property int Total {
int get ();
}
member Total : int
function get Total () : int
Valeur de propriété
Type : System. . :: . .Int32
An Int32 value that specifies the total number of object in the entire object hierarchy.
Voir aussi