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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。