DataTypeSpec 类

Represents a built-in data type specification.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Management.SqlParser.Metadata..::..DataTypeSpec

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Class DataTypeSpec
用法
Dim instance As DataTypeSpec
public class DataTypeSpec
public ref class DataTypeSpec
type DataTypeSpec =  class end
public class DataTypeSpec

DataTypeSpec 类型公开以下成员。

属性

  名称 说明
公共属性 ArgIsScale Gets a value that indicates whether the first argument represents the scale or the length.
公共属性 ArgSpec1 Gets the DataTypeArgSpec object that describes the data type of the first argument.
公共属性 ArgSpec2 Gets the DataTypeArgSpec object that describes the data type of the second argument.
公共属性静态成员 BigInt Gets the data type specification for the bigint data type.
公共属性静态成员 Binary Gets the data type specification for the binary data type.
公共属性静态成员 Bit Gets the data type specification for the bit data type.
公共属性静态成员 Char Gets the data type specification for the char data type.
公共属性静态成员 Date Gets the data type specification for the date data type.
公共属性静态成员 DateTime Gets the data type specification for the datetime data type.
公共属性静态成员 DateTime2 Gets the data type specification for the datetime2 data type.
公共属性静态成员 DateTimeOffset Gets the data type specification for the datetimeoffset data type.
公共属性静态成员 Decimal Gets the data type specification for the decimal data type.
公共属性静态成员 Float Gets the data type specification for the float data type.
公共属性静态成员 Geography Gets the data type specification for the geography data type.
公共属性静态成员 Geometry Gets the data type specification for the geometry data type.
公共属性静态成员 HierarchyId Gets the data type specification for the hierarchyid data type.
公共属性静态成员 Image Gets the data type specification for the image data type,
公共属性静态成员 Int Gets the data type specification for the int data type.
公共属性静态成员 Money Gets the data type specification for the money data type.
公共属性 Name Gets the name of the data type.
公共属性静态成员 NChar Gets the data type specification for the nchar data type.
公共属性静态成员 NText Gets the data type specification for the ntext data type.
公共属性静态成员 Numeric Gets the data type specification for the numeric data type.
公共属性静态成员 NVarChar Gets the data type specification for the nvarchar data type.
公共属性静态成员 NVarCharMax Gets the data type specification for the nvarchar(max) data type.
公共属性静态成员 Real Gets the data type specification for the real data type.
公共属性 RequireLength Gets a value that indicates whether the data type requires a length.
公共属性静态成员 SmallDateTime Gets the data type specification for the smalldatetime data type.
公共属性静态成员 SmallInt Gets the data type specification for the smallint data type.
公共属性静态成员 SmallMoney Gets the data type specification for the smallmoney data type.
公共属性 SqlDataType Gets the SqlDataType value of the built-in data type.
公共属性静态成员 SysName Gets the data type specification for the sysname data type.
公共属性静态成员 Text Gets the data type specification for the text data type.
公共属性静态成员 Time Gets the data type specification for the time data type.
公共属性静态成员 Timestamp Gets the data type specification for the timestamp data type.
公共属性静态成员 TinyInt Gets the data type specification for the tinyint data type.
公共属性静态成员 UniqueIdentifier Gets the data type specification for the uniqueidentifier data type.
公共属性静态成员 VarBinary Gets the data type specification for the varbinary data type.
公共属性静态成员 VarBinaryMax Gets the data type specification for the varbinary(max) data type.
公共属性静态成员 VarChar Gets the data type specification for the varchar data type.
公共属性静态成员 VarCharMax Gets the data type specification for the varchar(max) data type.
公共属性静态成员 Variant Gets the data type specification for the variant data type.
公共属性静态成员 Xml Gets the data type specification for the xml data type.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法静态成员 GetDataTypeSpec Gets a DataTypeSpec object with a name that matches the specified name.
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。