Partager via


Interface IDTSOutputColumn100

Contains the design-time definition of a column provided by a component.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("3C7FCBE0-8287-4B97-B632-7C60C63DAAF4")> _
Public Interface IDTSOutputColumn100 _
    Inherits IDTSObject100
'Utilisation
Dim instance As IDTSOutputColumn100
[GuidAttribute("3C7FCBE0-8287-4B97-B632-7C60C63DAAF4")]
public interface IDTSOutputColumn100 : IDTSObject100
[GuidAttribute(L"3C7FCBE0-8287-4B97-B632-7C60C63DAAF4")]
public interface class IDTSOutputColumn100 : IDTSObject100
[<GuidAttribute("3C7FCBE0-8287-4B97-B632-7C60C63DAAF4")>]
type IDTSOutputColumn100 =  
    interface 
        interface IDTSObject100 
    end
public interface IDTSOutputColumn100 extends IDTSObject100

Le type IDTSOutputColumn100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CodePage Gets the character set used to interpret the data contained in a column.
Propriété publique ComparisonFlags Gets or sets a value that specifies how two strings are compared.
Propriété publique CustomPropertyCollection Gets an IDTSCustomPropertyCollection100 collection of the output column.
Propriété publique DataType Gets the DataType of a column.
Propriété publique Description Gets or sets the description of an IDTSOutputColumn100 object.
Propriété publique ErrorOrTruncationOperation Gets or sets a String that describes the operation that is taking place when an error or truncation occurs.
Propriété publique ErrorRowDisposition Gets or sets a value that specifies how a component proceeds if an error occurs while processing an output column at run time.
Propriété publique ExternalMetadataColumnID Gets or sets the ID of an IDTSExternalMetadataColumn100 assigned to an output column.
Propriété publique ID Gets or sets the ID of an IDTSOutputColumn100 column.
Propriété publique IdentificationString Gets the string that uniquely identifies an IDTSOutputColumn100 object in the data flow layout.
Propriété publique Length Gets the length of the column.
Propriété publique LineageID Gets or sets the LineageID property of an IDTSOutputCOlumn100 column.
Propriété publique MappedColumnID Gets or sets the ID of a column that is mapped to this IDTSOutputColumn100 object.
Propriété publique Name Gets or sets a string value that contains the name of the IDTSOutputColumn100.
Propriété publique ObjectType Gets the value from a DTSObjectType enumeration that corresponds to an output column.
Propriété publique Precision Gets the total number of digits contained in an output column.
Propriété publique Scale Gets the number of decimal places contained in a numeric output column.
Propriété publique SortKeyPosition Gets or sets the sort key of an output column.
Propriété publique SpecialFlags Gets or sets an integer that specifies the special flags of the output column.
Propriété publique TruncationRowDisposition Gets or sets a value that specifies how a component proceeds when a truncation occurs while processing an output column at runtime.

Haut de la page

Méthodes

  Nom Description
Méthode publique SetDataTypeProperties Sets multiple data type properties of an IDTSOutputColumn100 object simultaneously.

Haut de la page

Notes

The IDTSOutputColumn100 object describes a column that a component provides to downstream components during package execution in the PipelineBuffer.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper