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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.