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 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성정적 멤버 AllDataTypes Gets the collection of data type specifications for all system data types.
공용 속성 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에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스