共用方式為


ProgressReportEventArgs.TotalCount 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property TotalCount As Integer 
    Get
'用途
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

屬性值

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

範例

處理 SMO 事件

請參閱

參考

ProgressReportEventArgs 類別

Microsoft.SqlServer.Management.Smo 命名空間