Clase 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.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..DataTypeInfo
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public NotInheritable Class DataTypeInfo _
Inherits DtsObject
'Uso
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
El tipo DataTypeInfo expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | Determines whether two object instances are equal. (Se hereda de DtsObject.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | Returns the hash code for this instance. (Se hereda de DtsObject.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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 Tipos de datos de Integration Services.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.