共用方式為


InputAttribute.AutoAssignedInput 屬性

取得或設定輸入屬性的型別。

命名空間:  Microsoft.Data.Schema.Tools.DataGenerator
組件:  Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)

語法

'宣告
Public Property AutoAssignedInput As AutoAssignedInput
    Get
    Set
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)

屬性值

型別:Microsoft.Data.Schema.Tools.DataGenerator.AutoAssignedInput
列舉的成員,識別這個屬性的輸入型別。

備註

若要讓資料產生引擎自動設定自訂產生器的屬性 (Property),請使用這個屬性 (Attribute)。

.NET Framework 安全性

請參閱

參考

InputAttribute 類別

Microsoft.Data.Schema.Tools.DataGenerator 命名空間

AutoAssignedInput