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


Класс DataTypeArgSpec

Represents a system data type numeric-argument specification.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public Class DataTypeArgSpec
'Применение
Dim instance As DataTypeArgSpec
public class DataTypeArgSpec
public ref class DataTypeArgSpec
type DataTypeArgSpec =  class end
public class DataTypeArgSpec

Тип DataTypeArgSpec обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойствоСтатический элемент DoubleByteLength Gets a DataTypeArgSpec object that represents a double-byte length argument (for example, nvarchar).
Открытое свойствоСтатический элемент NumericPrecision Gets a DataTypeArgSpec object that represents a numeric precision argument.
Открытое свойствоСтатический элемент NumericScale Gets a DataTypeArgSpec object that represents a numeric scale argument.
Открытое свойствоСтатический элемент SingleByteLength Gets a DataTypeArgSpec object that represents a single-byte length argument (for example, varchar).
Открытое свойствоСтатический элемент TimeScale Gets a DataTypeArgSpec object that represents a time scale argument.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString Returns a string representation of the current object. (Переопределяет Object. . :: . .ToString() () () ().)

В начало

Поля

  Имя Описание
Открытое поле DefaultValue Gets the default value of the data type argument.
Открытое поле MaxValue Gets the maximum valid value for the data type argument.
Открытое поле MinValue Gets the minimum valid value for the data type argument.
Открытое поле Name Gets the name of the data type argument.

В начало

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

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