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 d'une colonne au moment de la conception 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 pendant l’exécution du package dans .PipelineBuffer
Propriétés
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 la manière dont deux chaînes sont comparées. |
CustomPropertyCollection |
Obtient une collection IDTSCustomPropertyCollection100 de la colonne de sortie. |
DataType |
Obtient l'objet DataType d'une colonne. |
Description |
Obtient ou définit la description d'un objet IDTSOutputColumn100. |
ErrorOrTruncationOperation |
Obtient ou définit une chaîne qui décrit l’opération en cours lorsqu’une erreur ou une troncation se produit. |
ErrorRowDisposition |
Obtient ou définit une valeur qui spécifie la manière dont un composant doit continuer si une erreur se produit lors du traitement d'une colonne de sortie au moment de l'exécution. |
ExternalMetadataColumnID |
Obtient ou définit l'ID d'un objet IDTSExternalMetadataColumn100 affecté à une colonne de sortie. |
ID |
Obtient ou définit l'ID d'une colonne IDTSOutputColumn100. |
IdentificationString |
Obtient la chaîne qui identifie de façon unique un objet IDTSOutputColumn100 dans la disposition du flux de données. |
Length |
Obtient la longueur de la colonne. |
LineageID |
Obtient ou définit la propriété LineageID d'une colonne Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCOlumn100. |
MappedColumnID |
Obtient ou définit l'ID d'une colonne qui est mappée à cet objet IDTSOutputColumn100. |
Name |
Obtient ou définit une valeur de chaîne qui contient le nom de l'objet IDTSOutputColumn100. |
ObjectType |
Obtient la valeur d'une énumération DTSObjectType 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 indicateurs spéciaux de la colonne de sortie. |
TruncationRowDisposition |
Obtient ou définit une valeur qui spécifie la manière dont un composant doit continuer lorsqu'une troncation se produit lors du traitement d'une colonne de sortie au moment de l'exécution. |
Méthodes
SetDataTypeProperties(DataType, Int32, Int32, Int32, Int32) |
Définit simultanément plusieurs propriétés de type de données d'un objet IDTSOutputColumn100. |