IDTSOutputColumn100 Interfaz

Definición

Contiene la definición en tiempo de diseño de una columna proporcionada por un componente.

public interface class IDTSOutputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("90420900-E282-44F8-8506-6E14FB6FC747")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2976E8B9-FAD6-4DFD-871F-A083F6666076")]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("EC53AFC9-8193-4B46-9A34-9B9FA3180E9C")]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("90420900-E282-44F8-8506-6E14FB6FC747")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumn100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2976E8B9-FAD6-4DFD-871F-A083F6666076")>]
type IDTSOutputColumn100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("EC53AFC9-8193-4B46-9A34-9B9FA3180E9C")>]
type IDTSOutputColumn100 = interface
    interface IDTSObject100
Public Interface IDTSOutputColumn100
Implements IDTSObject100
Derivado
Atributos
Implementaciones

Comentarios

El IDTSOutputColumn100 objeto describe una columna que un componente proporciona a los componentes posteriores durante la ejecución del paquete en el PipelineBufferarchivo .

Propiedades

Nombre Description
CodePage

Obtiene el conjunto de caracteres que se utiliza para interpretar los datos contenidos en una columna.

ComparisonFlags

Obtiene o establece un valor que especifica cómo se comparan dos cadenas.

CustomPropertyCollection

Obtiene una IDTSCustomPropertyCollection100 colección de la columna de salida.

DataType

Recibe el DataType resultado de una columna.

Description

Obtiene o establece la descripción de un IDTSOutputColumn100 objeto.

ErrorOrTruncationOperation

Obtiene o establece una cadena que describe la operación que se está realizando cuando ocurre un error o truncamiento.

ErrorRowDisposition

Obtiene o establece un valor que especifica cómo procede un componente si ocurre un error durante el procesamiento de una columna de salida en tiempo de ejecución.

ExternalMetadataColumnID

Obtiene o establece el ID de un IDTSExternalMetadataColumn100 asignado a una columna de salida.

ID

Obtiene o establece el ID de una IDTSOutputColumn100 columna.

IdentificationString

Obtiene la cadena que identifica de forma única un IDTSOutputColumn100 objeto en la disposición del flujo de datos.

Length

Tiene la longitud de la columna.

LineageID

Obtiene o establece la LineageID propiedad de una Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCOlumn100 columna.

MappedColumnID

Obtiene o establece el ID de una columna que está mapeada a este IDTSOutputColumn100 objeto.

Name

Obtiene o establece un valor de cadena que contiene el nombre de la IDTSOutputColumn100.

ObjectType

Obtiene el valor de una DTSObjectType enumeración que corresponde a una columna de salida.

Precision

Obtiene el número total de dígitos contenidos en una columna de salida.

Scale

Obtiene el número de decimales contenidos en una columna de salida numérica.

SortKeyPosition

Obtiene o establece la clave de ordenación de una columna de salida.

SpecialFlags

Obtiene o establece un entero que especifica las banderas especiales de la columna de salida.

TruncationRowDisposition

Obtiene o establece un valor que especifica cómo procede un componente cuando ocurre un truncamiento mientras se procesa una columna de salida en tiempo de ejecución.

Métodos

Nombre Description
SetDataTypeProperties(DataType, Int32, Int32, Int32, Int32)

Establece múltiples propiedades de tipo de dato de un IDTSOutputColumn100 objeto simultáneamente.

Se aplica a