Compartir a través de


TableStorageContext.RowsGenerated (Propiedad)

Obtiene el número actual de filas generadas.

Espacio de nombres:  Microsoft.Data.Schema.Tools.DataGenerator
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Int32
Número actual de filas generadas.

Seguridad de .NET Framework

Vea también

Referencia

TableStorageContext Clase

Microsoft.Data.Schema.Tools.DataGenerator (Espacio de nombres)

GenerateNextRow

RowGoal