다음을 통해 공유


DataTypeInfo 클래스

Contains members that return information regarding the data type of any SQL Server Integration Services (SSIS) object for an Application. This class cannot be inherited.

상속 계층

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..DataTypeInfo

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public NotInheritable Class DataTypeInfo _
    Inherits DtsObject
‘사용 방법
Dim instance As DataTypeInfo
public sealed class DataTypeInfo : DtsObject
public ref class DataTypeInfo sealed : public DtsObject
[<SealedAttribute>]
type DataTypeInfo =  
    class
        inherit DtsObject
    end
public final class DataTypeInfo extends DtsObject

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

속성

  이름 설명
공용 속성 TypeEnumName Returns the symbolic name of the data type. This field is read-only.
공용 속성 TypeName Returns the data type name. This field is read-only.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

This class is used to return information regarding the name and enumeration name of data types in SSIS. For more information about the data types in SSIS, see Integration Services 데이터 형식.

스레드 보안

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