Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.