Compartir a través de


DataType Miembros

The DataType object represents a SQL Server data type.

El tipo DataType expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DataType() () () () Initializes a new instance of the DataType class.
Método publico DataType(SqlDataType) Initializes a new instance of the DataType class based on a specified SQL Server data type.
Método publico DataType(UserDefinedDataType) Initializes a new instance of the DataType class based on a specified user-defined data type.
Método publico DataType(UserDefinedTableType) Initializes a new instance of the DataType class based on a specified user-defined table type.
Método publico DataType(UserDefinedType) Initializes a new instance of the DataType class based on a specified user-defined type.
Método publico DataType(XmlSchemaCollection) Initializes a new instance of the DataType class based on a specified XML schema collection.
Método publico 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 publico 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 publico 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 publico 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.

Principio

Métodos

  Nombre Descripción
Método publicoMiembro estático Binary Returns an object that represents the specified type.
Método publicoMiembro estático Char Returns an object that represents the specified type.
Método publicoMiembro estático DateTime2 DateTime2 is an extension of the existing DATETIME type. It has a large date range and large default fractional precision. It has a length of at least 19 positions.
Método publicoMiembro estático DateTimeOffset Returns values for year, month, day, valid time of day between 00:00:00 and 23:59:59:9999999 and offset, in hours, from UTC. It has a length of at least 25 positions.
Método publicoMiembro estático Decimal Returns an object that represents the specified type.
Método publico Equals(Object) (Invalida Object. . :: . .Equals(Object).)
Método publico Equals(DataType)
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publicoMiembro estático NChar Returns an object that represents the specified type.
Método publicoMiembro estático Numeric Returns an object that represents the specified type.
Método publicoMiembro estático NVarChar Returns an object that represents the specified type.
Método publicoMiembro estático Time Returns values for any valid time of day between 00:00:00 and 23:59:59:9999999. It has a length of at least 8 positions and contains the time in hours,minutes, seconds and fractional seconds.
Método publico ToString Returns the object in string format. (Invalida Object. . :: . .ToString() () () ().)
Método publicoMiembro estático UserDefinedDataType(String) Returns an object that represents the specified type.
Método publicoMiembro estático UserDefinedDataType(String, String) Returns an object that represents the specified type with the specified schema.
Método publicoMiembro estático UserDefinedTableType(String) Returns an object that represents the specified type.
Método publicoMiembro estático UserDefinedTableType(String, String) Returns an object that represents the specified type with the specified schema.
Método publicoMiembro estático UserDefinedType(String) Returns an object that represents the specified type.
Método publicoMiembro estático UserDefinedType(String, String) Returns an object that represents the specified type with the specified schema.
Método publicoMiembro estático VarBinary Returns an object that represents the specified type.
Método publicoMiembro estático VarChar Returns an object that represents the specified type.
Método publicoMiembro estático Xml(String) Returns an object that represents the specified type.
Método publicoMiembro estático Xml(String, String) Returns an object that represents the specified type and with the specified schema.
Método publicoMiembro estático Xml(String, String, XmlDocumentConstraint) Returns an object that represents the specified type, schema and XML document constraint.

Principio

Propiedades

  Nombre Descripción
Propiedad públicaMiembro estático BigInt Gets a data type that specifies the BigInt definition used in the data type.
Propiedad públicaMiembro estático Bit Gets a data type that specifies the Bit definition used in the data type.
Propiedad públicaMiembro estático Date The Date property returns a Date data type.
Propiedad públicaMiembro estático DateTime Gets a data type that specifies the DateTime definition used in the data type.
Propiedad públicaMiembro estático Float Gets a data type that specifies the Float definition used in the data type.
Propiedad públicaMiembro estático Geography The Geography datatype represents data in a round-earth coordinate system. The SQL Server geography data type stores ellipsoidal (round-earth) data, such as GPS latitude and longitude coordinates.
Propiedad públicaMiembro estático Geometry The Geometry property contains spatial data that represents information about the physical location and shape of geometric objects.
Propiedad públicaMiembro estático HierarchyId The HierarchyId property is used to identify a position in a hierarchy.
Propiedad públicaMiembro estático Image Gets a data type that specifies the Image definition used in the data type.
Propiedad públicaMiembro estático Int Gets a data type that specifies the Int definition used in the data type.
Propiedad pública MaximumLength Gets the maximum length of the data type.
Propiedad públicaMiembro estático Money Gets a data type that specifies the Money definition used in the data type.
Propiedad pública Name Gets the name of the data type.
Propiedad públicaMiembro estático NText Gets a data type that specifies the NText definition used in the data type.
Propiedad pública NumericPrecision Gets or sets the numeric precision of the data type.
Propiedad pública NumericScale Gets or sets the numeric scale of the data type.
Propiedad públicaMiembro estático NVarCharMax Gets a data type that specifies the NVarCharMax definition used in the data type.
Propiedad públicaMiembro estático Real Gets a data type that specifies the Real definition used in the data type.
Propiedad pública Schema Gets or sets the schema of the data type.
Propiedad públicaMiembro estático SmallDateTime Gets a data type that specifies the SmallDateTime definition used in the data type.
Propiedad públicaMiembro estático SmallInt Gets a data type that specifies the SmallInt definition used in the data type.
Propiedad públicaMiembro estático SmallMoney Gets a data type that specifies the SmallMoney definition used in the data type.
Propiedad pública SqlDataType Gets a data type that specifies the SqlDataType definition used in the data type.
Propiedad públicaMiembro estático SysName Gets a data type that specifies the SysName definition used in the data type.
Propiedad públicaMiembro estático Text Gets a data type that specifies the Text definition used in the data type.
Propiedad públicaMiembro estático Timestamp Gets a data type that specifies the TimeStamp definition used in the data type.
Propiedad públicaMiembro estático TinyInt Gets a data type that specifies the TinyInt definition used in the data type.
Propiedad públicaMiembro estático UniqueIdentifier Gets a data type that specifies the UniqueIdentifier definition used in the data type.
Propiedad públicaMiembro estático VarBinaryMax Gets a data type that specifies the VarBinaryMax definition used in the data type.
Propiedad públicaMiembro estático VarCharMax Gets a data type that specifies the VarCharMax definition used in the data type.
Propiedad públicaMiembro estático Variant Gets a data type that specifies the Variant definition used in the data type.
Propiedad pública XmlDocumentConstraint Gets or sets a value that indicates how an XML document is formatted.

Principio