SystemDataTypeLookupBase 클래스

Provides look up functionality for system data types.

상속 계층

System.Object
  Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SystemDataTypeLookupBase

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public MustInherit Class SystemDataTypeLookupBase _
    Implements ISystemDataTypeLookup
‘사용 방법
Dim instance As SystemDataTypeLookupBase
public abstract class SystemDataTypeLookupBase : ISystemDataTypeLookup
public ref class SystemDataTypeLookupBase abstract : ISystemDataTypeLookup
[<AbstractClassAttribute>]
type SystemDataTypeLookupBase =  
    class 
        interface ISystemDataTypeLookup 
    end
public abstract class SystemDataTypeLookupBase implements ISystemDataTypeLookup

SystemDataTypeLookupBase 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
보호된 메서드 SystemDataTypeLookupBase Initializes a new instance of the SystemDataTypeLookupBase class.

맨 위로 이동

속성

  이름 설명
공용 속성 BigInt Gets the ISystemDataType object that represents the bigint data type.
공용 속성 Bit Gets the ISystemDataType object that represents the bit data type.
공용 속성 Date Gets the ISystemDataType object that represents the date data type.
공용 속성 DateTime Gets the ISystemDataType object that represents the datetime data type.
공용 속성 Float Gets the ISystemDataType object that represents the float data type.
공용 속성 Geography Gets the ISystemDataType object that represents the geography data type.
공용 속성 Geometry Gets the ISystemDataType object that represents the geometry data type.
공용 속성 HierarchyId Gets the ISystemDataType object that represents the hierarchyid data type.
공용 속성 Image Gets the ISystemDataType object that represents the image data type.
공용 속성 Int Gets the ISystemDataType object that represents the int data type.
공용 속성 Money Gets the ISystemDataType object that represents the money data type.
공용 속성 NText Gets the ISystemDataType object that represents the ntext data type.
공용 속성 NVarCharMax Gets the ISystemDataType object that represents the nvarchar(max) data type.
공용 속성 Real Gets the ISystemDataType object that represents the real data type.
공용 속성 SmallDateTime Gets the ISystemDataType object that represents the smalldatetime data type.
공용 속성 SmallInt Gets the ISystemDataType object that represents the smallint data type.
공용 속성 SmallMoney Gets the ISystemDataType object that represents the smallmoney data type.
공용 속성 SysName Gets the ISystemDataType object that represents the sysname data type.
공용 속성 Text Gets the ISystemDataType object that represents the text data type.
공용 속성 Timestamp Gets the ISystemDataType object that represents the timestamp data type.
공용 속성 TinyInt Gets the ISystemDataType object that represents the tinyint data type.
공용 속성 UniqueIdentifier Gets the ISystemDataType object that represents the uniqueidentifier data type.
공용 속성 VarBinaryMax Gets the ISystemDataType object that represents the varbinary(max) data type.
공용 속성 VarCharMax Gets the ISystemDataType object that represents the varchar(max) data type.
공용 속성 Variant Gets the ISystemDataType object that represents the variant data type.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Binary() Gets the ISystemDataType object that represents the binary data type.
공용 메서드 Binary(Int32) Gets the ISystemDataType object that represents the binary data type and has the specified maximum length.
공용 메서드 Char() Gets the ISystemDataType object that represents the char data type.
공용 메서드 Char(Int32) Gets the ISystemDataType object that represents the char data type and has the specified maximum length.
공용 메서드 DateTime2() Gets the ISystemDataType object that represents the datetime2 data type.
공용 메서드 DateTime2(Int32) Gets the ISystemDataType object that represents the datetime2 data type and has the specified scale.
공용 메서드 DateTimeOffset() Gets the ISystemDataType object that represents the datetimeoffset data type.
공용 메서드 DateTimeOffset(Int32) Gets the ISystemDataType object that represents the datetimeoffset data type and has the specified scale.
공용 메서드 Decimal() Gets the ISystemDataType object that represents the decimal data type.
공용 메서드 Decimal(Int32) Gets the ISystemDataType object that represents the decimal data type and has the specified precision.
공용 메서드 Decimal(Int32, Int32) Gets the ISystemDataType object that represents the decimal data type and has the specified precision and scale.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 Find(DataTypeSpec, Boolean) Retrieves the ISystemDataType object that has the specified data type specification and maximum storage size (max) setting.
공용 메서드 Find(DataTypeSpec, Int32) Retrieves the ISystemDataType object that has the specified data type specification and the specified precision or maximum length.
공용 메서드 Find(DataTypeSpec, Int32, Int32) Retrieves the ISystemDataType object that has the specified data type specification, precision, and scale.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 NChar() Gets the ISystemDataType object that represents the nchar data type.
공용 메서드 NChar(Int32) Gets the ISystemDataType object that represents the nchar data type and has the specified maximum length.
공용 메서드 Numeric() Gets the ISystemDataType object that represents the numeric data type.
공용 메서드 Numeric(Int32) Gets the ISystemDataType object that represents the numeric data type and has the specified precision.
공용 메서드 Numeric(Int32, Int32) Gets the ISystemDataType object that represents the numeric data type and has the specified precision and scale.
공용 메서드 NVarChar() Gets the ISystemDataType object that represents the nvarchar data type.
공용 메서드 NVarChar(Int32) Gets the ISystemDataType object that represents the nvarchar data type and has the specified maximum length.
공용 메서드 Time() Gets the ISystemDataType object that represents the time data type.
공용 메서드 Time(Int32) Gets the ISystemDataType object that represents the time data type and has the specified scale.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 VarBinary() Gets the ISystemDataType object that represents the varbinary data type.
공용 메서드 VarBinary(Int32) Gets the ISystemDataType object that represents the varbinary data type and has the specified maximum length.
공용 메서드 VarChar() Gets the ISystemDataType object that represents the varchar data type.
공용 메서드 VarChar(Int32) Gets the ISystemDataType object that represents the varchar data type and has the specified maximum length.
공용 메서드 Xml Gets the ISystemDataType object that represents the xml data type.

맨 위로 이동

스레드 보안

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

참고 항목

참조

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