AutoAssignedInput Enumeration

Specifies the types of input properties for a standard data generator.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly:  Microsoft.VisualStudio.TeamSystem.Data (in Microsoft.VisualStudio.TeamSystem.Data.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.

Remarks

Values in this enum are assigned to the AutoAssignedInput property of the InputAttribute 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.VisualStudio.TeamSystem.Data.DataGenerator Namespace

Generator

InputAttribute

InputDescriptor