IDTSOutputColumn100 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contient la définition en temps de conception d’une colonne fournie par un composant.
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
- Dérivé
- Attributs
- Implémente
Remarques
L’objet IDTSOutputColumn100 décrit une colonne qu’un composant fournit aux composants en aval lors de l’exécution du package dans le PipelineBufferfichier .
Propriétés
| Nom | Description |
|---|---|
| CodePage |
Obtient le jeu de caractères utilisé pour interpréter les données contenues dans une colonne. |
| ComparisonFlags |
Obtient ou définit une valeur qui spécifie comment deux chaînes sont comparées. |
| CustomPropertyCollection |
Obtient une IDTSCustomPropertyCollection100 collection de la colonne de sortie. |
| DataType |
Ça prend la DataType fin d’une colonne. |
| Description |
Obtient ou définit la description d’un IDTSOutputColumn100 objet. |
| ErrorOrTruncationOperation |
Obtient ou définit une chaîne qui décrit l’opération en cours lorsqu’une erreur ou une troncature survient. |
| ErrorRowDisposition |
Obtient ou définit une valeur qui spécifie comment un composant procéde si une erreur survient lors du traitement d’une colonne de sortie à l’exécution. |
| ExternalMetadataColumnID |
Obtient ou définit l’ID de un IDTSExternalMetadataColumn100 attribué à une colonne de sortie. |
| ID |
Obtient ou définit l’ID d’une IDTSOutputColumn100 colonne. |
| IdentificationString |
Obtient la chaîne qui identifie de manière unique un IDTSOutputColumn100 objet dans la disposition du flux de données. |
| Length |
Ça prend la longueur de la colonne. |
| LineageID |
Obtient ou définit la LineageID propriété d’une Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCOlumn100 colonne. |
| MappedColumnID |
Obtient ou définit l’ID d’une colonne qui est mappée à cet IDTSOutputColumn100 objet. |
| Name |
Obtient ou définit une valeur de chaîne qui contient le nom du IDTSOutputColumn100. |
| ObjectType |
Obtient la valeur d’une DTSObjectType énumération qui correspond à une colonne de sortie. |
| Precision |
Obtient le nombre total de chiffres contenus dans une colonne de sortie. |
| Scale |
Obtient le nombre de décimales contenues dans une colonne de sortie numérique. |
| SortKeyPosition |
Obtient ou définit la clé de tri d’une colonne de sortie. |
| SpecialFlags |
Obtient ou définit un entier qui spécifie les drapeaux spéciaux de la colonne de sortie. |
| TruncationRowDisposition |
Obtient ou définit une valeur qui spécifie comment un composant procéde lorsqu’une troncature se produit lors du traitement d’une colonne de sortie à l’exécution. |
Méthodes
| Nom | Description |
|---|---|
| SetDataTypeProperties(DataType, Int32, Int32, Int32, Int32) |
Définit simultanément plusieurs propriétés de type de données d’un IDTSOutputColumn100 objet. |