TableStorageContext.RowGoal 属性

获取要生成的行数。

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
Public ReadOnly Property RowGoal As Integer
    Get
public int RowGoal { get; }
public:
property int RowGoal {
    int get ();
}
member RowGoal : int
function get RowGoal () : int

属性值

类型:System.Int32
要生成的行数。

.NET Framework 安全性

请参见

参考

TableStorageContext 类

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

RowsGenerated

GenerateNextRow