Поделиться через


Класс 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.)
Открытый метод GetHashCode Returns the hash code for this instance. (Производный от DtsObject.)
Открытый метод GetType (Производный от 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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime