AutoAssignedInput Enumeration

This enumeration specifies the types of input properties for a standard data generator.

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

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration AutoAssignedInput
'Usage
Dim instance As AutoAssignedInput
[CLSCompliantAttribute(true)]
public enum AutoAssignedInput
[CLSCompliantAttribute(true)]
public enum class 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 the meaning of the standard properties, see Specifying Details of Data Generation for a Column.

See Also

Reference

Microsoft.Data.Schema.DataGenerator Namespace

Generator

InputAttribute

InputDescriptor