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 de nivel inferior durante la ejecución del PipelineBufferpaquete en .

Propiedades

CodePage

Obtiene el juego de caracteres utilizado 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 colección IDTSCustomPropertyCollection100 de la columna de salida.

DataType

Obtiene la enumeración DataType de una columna.

Description

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

ErrorOrTruncationOperation

Obtiene o establece una cadena que describe la operación que tiene lugar cuando se produce un error o truncamiento.

ErrorRowDisposition

Obtiene o establece un valor que especifica cómo continúa un componente si se produce un error mientras se procesa una columna de salida en tiempo de ejecución.

ExternalMetadataColumnID

Obtiene o establece el identificador de una propiedad IDTSExternalMetadataColumn100 asignada a una columna de salida.

ID

Obtiene o establece el identificador de una columna IDTSOutputColumn100.

IdentificationString

Obtiene la cadena que identifica de forma única un objeto IDTSOutputColumn100 en el diseño del flujo de datos.

Length

Obtiene la longitud de la columna.

LineageID

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

MappedColumnID

Obtiene o establece el identificador de una columna asignada a este objeto IDTSOutputColumn100.

Name

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

ObjectType

Obtiene el valor de una enumeración DTSObjectType 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 posiciones decimales contenidas 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 valor entero que especifica las marcas especiales de la columna de salida.

TruncationRowDisposition

Obtiene o establece un valor que especifica cómo continúa un componente si se produce un truncamiento mientras se procesa una columna de salida en tiempo de ejecución.

Métodos

SetDataTypeProperties(DataType, Int32, Int32, Int32, Int32)

Establece varias propiedades de tipo de datos de un objeto IDTSOutputColumn100 simultáneamente.

Se aplica a