Dela via


InputDescriptor.AutoAssignedInput Property

Gets the type of input. This property is used to specify the type of the input for well-known input types.

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

Syntax

'Declaration
Public ReadOnly Property AutoAssignedInput As AutoAssignedInput
'Usage
Dim instance As InputDescriptor 
Dim value As AutoAssignedInput 

value = instance.AutoAssignedInput
public AutoAssignedInput AutoAssignedInput { get; }
public:
property AutoAssignedInput AutoAssignedInput {
    AutoAssignedInput get ();
}
public function get AutoAssignedInput () : AutoAssignedInput

Property Value

Type: Microsoft.Data.Schema.DataGenerator.AutoAssignedInput
One of the AutoAssignedInput values.

Remarks

AutoAssignedInput can have any one of the well-known input types that AutoAssignedInput defines, which include Seed, Nullable, PercentageNull, and Unique.

.NET Framework Security

See Also

Reference

InputDescriptor Class

InputDescriptor Members

Microsoft.Data.Schema.DataGenerator Namespace