Partager via


DataType constructeur

Initializes a new instance of the DataType class.

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