InstantiableTypeAttribute.InstantiableType 属性

获取声明为可实例化的类型。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public ReadOnly Property InstantiableType As Type
    Get
public Type InstantiableType { get; }
public:
property Type^ InstantiableType {
    Type^ get ();
}
member InstantiableType : Type
function get InstantiableType () : Type

属性值

类型:System.Type

.NET Framework 安全性

请参见

参考

InstantiableTypeAttribute 类

Microsoft.Data.Schema.SchemaModel 命名空间