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
/** @attribute CLSCompliantAttribute(true) */
public enum AutoAssignedInput
CLSCompliantAttribute(true)
public enum AutoAssignedInput
Members
Member name | Description | |
---|---|---|
Collation | The collation property. | |
ColumnName | The column name property. | |
Constraint | The constraint property. | |
DefaultLocaleId | The default locale ID property. | |
DefaultValue | The default value property. | |
MaxLength | The maximum length property. | |
None | The property to which the input attribute is assigned is a regular input property, not an auto-assigned one. | |
Nullable | The nullable property. | |
OutputKey | The output key property. | |
PercentageNull | The percentage null property. | |
Precision | The precision property. | |
RowsToInsert | The rows to insert property. | |
Scale | The scale property. | |
SchemaName | The schema name property. | |
Seed | The seed property. | |
TableName | The table name property. | |
TargetType | The target type property. | |
Unique | The unique 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