InputAttribute.AutoAssignedInput Property
Gets or sets the type of input property. This property is used to specify the type for well-known input types.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property AutoAssignedInput As AutoAssignedInput
Get
Set
'Usage
Dim instance As InputAttribute
Dim value As AutoAssignedInput
value = instance.AutoAssignedInput
instance.AutoAssignedInput = value
public AutoAssignedInput AutoAssignedInput { get; set; }
public:
property AutoAssignedInput AutoAssignedInput {
AutoAssignedInput get ();
void set (AutoAssignedInput value);
}
function get AutoAssignedInput () : AutoAssignedInput
function set AutoAssignedInput (value : AutoAssignedInput)
member AutoAssignedInput : AutoAssignedInput with get, set
Property Value
Type: Microsoft.Data.Schema.DataGenerator.AutoAssignedInput
One of the AutoAssignedInput values.
Remarks
AutoAssignedInput can have any of the well-known input types that AutoAssignedInput defines, which include Seed, Nullable, PercentageNull, and Unique.
Use this attribute if you want the data generation engine to automatically set a property of a custom generator.
.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.