Udostępnij za pośrednictwem


InstantiableTypeAttribute Constructor

Initializes a new instance of the InstantiableTypeAttribute class.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    instantiableType As Type _
)
public InstantiableTypeAttribute(
    Type instantiableType
)
public:
InstantiableTypeAttribute(
    Type^ instantiableType
)
new : 
        instantiableType:Type -> InstantiableTypeAttribute
public function InstantiableTypeAttribute(
    instantiableType : Type
)

Parameters

  • instantiableType
    Type: System.Type
    The instantiable type.

.NET Framework Security

See Also

Reference

InstantiableTypeAttribute Class

Microsoft.Data.Schema.SchemaModel Namespace