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.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public ReadOnly Property AutoAssignedInput As AutoAssignedInput
public AutoAssignedInput AutoAssignedInput { get; }
public:
property AutoAssignedInput AutoAssignedInput {
AutoAssignedInput get ();
}
member AutoAssignedInput : AutoAssignedInput
function get AutoAssignedInput () : AutoAssignedInput
Property Value
Type: Microsoft.Data.Schema.Tools.DataGenerator.AutoAssignedInput
A member of the AutoAssignedInput enumeration that indicates the type of input.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Data.Schema.Tools.DataGenerator Namespace
AutoAssignedInput