TableStorageContext.RowGoal Property
Gets the number of rows to be generated.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public ReadOnly Property RowGoal As Integer
public int RowGoal { get; }
public:
property int RowGoal {
int get ();
}
member RowGoal : int
function get RowGoal () : int
Property Value
Type: System.Int32
The number of rows to generate.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.