共用方式為


TableStorageContext.RowsGenerated 屬性

取得目前產生的資料列數目。

命名空間:  Microsoft.Data.Schema.Tools.DataGenerator
組件:  Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)

語法

'宣告
Public ReadOnly Property RowsGenerated As Integer
    Get
public int RowsGenerated { get; }
public:
property int RowsGenerated {
    int get ();
}
member RowsGenerated : int
function get RowsGenerated () : int

屬性值

型別:System.Int32
目前產生的資料列數目。

.NET Framework 安全性

請參閱

參考

TableStorageContext 類別

Microsoft.Data.Schema.Tools.DataGenerator 命名空間

GenerateNextRow

RowGoal