Partager via


Constructeur DataType

Initializes a new instance of the DataType class.

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Méthode publique DataType() () () () Initializes a new instance of the DataType class.
Méthode publique DataType(SqlDataType) Initializes a new instance of the DataType class based on a specified SQL Server data type.
Méthode publique DataType(UserDefinedDataType) Initializes a new instance of the DataType class based on a specified user-defined data type.
Méthode publique DataType(UserDefinedTableType) Initializes a new instance of the DataType class based on a specified user-defined table type.
Méthode publique DataType(UserDefinedType) Initializes a new instance of the DataType class based on a specified user-defined type.
Méthode publique DataType(XmlSchemaCollection) Initializes a new instance of the DataType class based on a specified XML schema collection.
Méthode publique DataType(SqlDataType, Int32) Initializes a new instance of the DataType class based on a specified SQL Server data type with specified precision or maximum length.
Méthode publique DataType(SqlDataType, String) Initializes a new instance of the DataType class based on a specified SQL Server data type with the specified type.
Méthode publique DataType(SqlDataType, Int32, Int32) Initializes a new instance of the DataType class based on a specified SQL Server data type with the specified precision and scale.
Méthode publique DataType(SqlDataType, String, String) Initializes a new instance of the DataType class based on a specified SQL Server data type with the specified type and schema.

Haut de la page