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


Свойство TinyInt

Gets the data type specification for the tinyint data type.

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

Синтаксис

'Декларация
Public Shared ReadOnly Property TinyInt As DataTypeSpec
    Get
'Применение
Dim value As DataTypeSpec

value = DataTypeSpec.TinyInt
public static DataTypeSpec TinyInt { get; }
public:
static property DataTypeSpec^ TinyInt {
    DataTypeSpec^ get ();
}
static member TinyInt : DataTypeSpec
static function get TinyInt () : DataTypeSpec

Значение свойства

Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the tinyint data type specification.