Partager via


InstantiableTypeAttribute, constructeur

Initialise une nouvelle instance de la classe InstantiableTypeAttribute.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

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

Paramètres

  • instantiableType
    Type : System.Type
    Type instanciable.

Sécurité .NET Framework

Voir aussi

Référence

InstantiableTypeAttribute Classe

Microsoft.Data.Schema.SchemaModel, espace de noms