Condividi tramite


Proprietà ProgressReportEventArgs.TotalCount

Gets the total current count of objects processed by the operation within the entire object hierarchy.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TotalCount As Integer 
    Get
'Utilizzo
Dim instance As ProgressReportEventArgs 
Dim value As Integer 

value = instance.TotalCount
public int TotalCount { get; }
public:
property int TotalCount {
    int get ();
}
member TotalCount : int
function get TotalCount () : int

Valore proprietà

Tipo: System.Int32
An Int32 value that specifies the current count of objects processed by the operation within the entire object hierarchy.

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

ProgressReportEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo