Share via


Generator.RowsToInsert Property

Gets or sets the number of rows to generate.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.RowsToInsert, Visible := False)> _
Public Property RowsToInsert As Integer
[InputAttribute(AutoAssignedInput = AutoAssignedInput.RowsToInsert, Visible = false)]
public int RowsToInsert { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::RowsToInsert, Visible = false)]
public:
property int RowsToInsert {
    int get ();
    void set (int value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.RowsToInsert, Visible = false)>]
member RowsToInsert : int with get, set
function get RowsToInsert () : int
function set RowsToInsert (value : int)

Property Value

Type: System.Int32
The number of rows to generate.

Remarks

This property is sent from the designer to the generator as a request. This property does not dictate how many values the generator actually produces.

This property is decorated with the InputAttribute and the AutoAssignedInput named parameter.

.NET Framework Security

See Also

Reference

Generator Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

InputAttribute

AutoAssignedInput