共用方式為


GeneratorAttribute.DesignerType 屬性

取得資料產生器的設計工具型別。

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

語法

'宣告
Public ReadOnly Property DesignerType As Type
    Get
public Type DesignerType { get; }
public:
property Type^ DesignerType {
    Type^ get ();
}
member DesignerType : Type
function get DesignerType () : Type

屬性值

型別:System.Type
Type ,其中包含與此資料產生器相關聯的設計工具。

備註

您可以為自訂資料產生器建立自訂的設計工具,或是您可以使用 DefaultGeneratorDesigner。 DesignerType 屬性的值必須實作 IGeneratorDesigner

.NET Framework 安全性

請參閱

參考

GeneratorAttribute 類別

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

DefaultGeneratorDesigner

IGeneratorDesigner