SmallInt 속성
Gets the data type specification for the smallint data type.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public Shared ReadOnly Property SmallInt As DataTypeSpec
Get
‘사용 방법
Dim value As DataTypeSpec
value = DataTypeSpec.SmallInt
public static DataTypeSpec SmallInt { get; }
public:
static property DataTypeSpec^ SmallInt {
DataTypeSpec^ get ();
}
static member SmallInt : DataTypeSpec
static function get SmallInt () : DataTypeSpec
속성 값
유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the smallint data type specification.