Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of input property.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property AutoAssignedInput As AutoAssignedInput
public AutoAssignedInput AutoAssignedInput { get; set; }
public:
property AutoAssignedInput AutoAssignedInput {
AutoAssignedInput get ();
void set (AutoAssignedInput value);
}
member AutoAssignedInput : AutoAssignedInput with get, set
function get AutoAssignedInput () : AutoAssignedInput
function set AutoAssignedInput (value : AutoAssignedInput)
Property Value
Type: Microsoft.Data.Schema.Tools.DataGenerator.AutoAssignedInput
A member of the enumeration that identifies the type of input for this attribute.
Remarks
Use this attribute to direct 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.