Compartilhar via


Construtor DataType

Initializes a new instance of the DataType class.

Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.

Lista de sobrecargas

  Nome Descrição
Método público DataType() () () () Initializes a new instance of the DataType class.
Método público DataType(SqlDataType) Initializes a new instance of the DataType class based on a specified SQL Server data type.
Método público DataType(UserDefinedDataType) Initializes a new instance of the DataType class based on a specified user-defined data type.
Método público DataType(UserDefinedTableType) Initializes a new instance of the DataType class based on a specified user-defined table type.
Método público DataType(UserDefinedType) Initializes a new instance of the DataType class based on a specified user-defined type.
Método público DataType(XmlSchemaCollection) Initializes a new instance of the DataType class based on a specified XML schema collection.
Método público 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étodo público DataType(SqlDataType, String) Initializes a new instance of the DataType class based on a specified SQL Server data type with the specified type.
Método público 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étodo público 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.

Início