Partilhar via


Construtor InstantiableTypeAttribute

Inicializa uma nova instância da classe InstantiableTypeAttribute.

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

Sintaxe

'Declaração
Public Sub New ( _
    instantiableType As Type _
)
public InstantiableTypeAttribute(
    Type instantiableType
)
public:
InstantiableTypeAttribute(
    Type^ instantiableType
)
new : 
        instantiableType:Type -> InstantiableTypeAttribute
public function InstantiableTypeAttribute(
    instantiableType : Type
)

Parâmetros

  • instantiableType
    Tipo: System.Type
    O tipo pode ser instanciado.

Segurança do .NET Framework

Consulte também

Referência

InstantiableTypeAttribute Classe

Namespace Microsoft.Data.Schema.SchemaModel