AutoAssignedInput Enumeration
Specifies the types of input properties for a base data generator.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration AutoAssignedInput
[CLSCompliantAttribute(true)]
public enum AutoAssignedInput
[CLSCompliantAttribute(true)]
public enum class AutoAssignedInput
[<CLSCompliantAttribute(true)>]
type AutoAssignedInput
public enum AutoAssignedInput
Members
Member name | Description | |
---|---|---|
None | The property to which the input attribute is assigned is a regular input property, not an auto-assigned one. | |
Seed | The seed property. | |
TargetType | The target type property. | |
RowsToInsert | The rows to insert property. | |
Unique | The unique property. | |
MaxLength | The maximum length property. | |
Collation | The collation property. | |
DefaultLocaleId | The default locale ID property. | |
PercentageNull | The percentage null property. | |
Nullable | The nullable property. | |
Constraint | The constraint property. | |
Precision | The precision property. | |
Scale | The scale property. | |
DefaultValue | The default value property. | |
SchemaName | The schema name property. | |
TableName | The table name property. | |
ColumnName | The column name property. | |
OutputKey | The output key property. | |
Column | The column ID property. |
Remarks
Values in this enumeration are assigned to the AutoAssignedInput property of the InputAttribute class to identify properties whose values are assigned automatically. For more information about generating data, see How to: Create Data Generation Plans.
See Also
Reference
Microsoft.Data.Schema.Tools.DataGenerator Namespace