Поделиться через


Класс 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.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.