Compartir a través de


Interfaz IDTSExternalMetadataColumn100

Represents a column from an external data source.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("BDD6D295-E3DE-455B-BB56-D11B9B4BF4B3")> _
Public Interface IDTSExternalMetadataColumn100 _
    Inherits IDTSObject100
'Uso
Dim instance As IDTSExternalMetadataColumn100
[GuidAttribute("BDD6D295-E3DE-455B-BB56-D11B9B4BF4B3")]
public interface IDTSExternalMetadataColumn100 : IDTSObject100
[GuidAttribute(L"BDD6D295-E3DE-455B-BB56-D11B9B4BF4B3")]
public interface class IDTSExternalMetadataColumn100 : IDTSObject100
[<GuidAttribute("BDD6D295-E3DE-455B-BB56-D11B9B4BF4B3")>]
type IDTSExternalMetadataColumn100 =  
    interface
        interface IDTSObject100
    end
public interface IDTSExternalMetadataColumn100 extends IDTSObject100

El tipo IDTSExternalMetadataColumn100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CodePage Gets or sets the character set used to interpret the data contained in the column.
Propiedad pública CustomPropertyCollection Gets the custom property collection of the external metadata column.
Propiedad pública DataType Gets or sets the DataType of the column.
Propiedad pública Description Gets or sets the descriptive text for the IDTSExternalMetadataColumn100 object.
Propiedad pública Description Gets or sets the description of an IDTSObject100. (Se hereda de IDTSObject100.)
Propiedad pública ID Gets or sets the ID of the IDTSExternalMetadataColumn100.
Propiedad pública ID Gets or sets the ID of an IDTSObject100object. (Se hereda de IDTSObject100.)
Propiedad pública IdentificationString Gets the String that uniquely identifies the IDTSExternalMetadataColumn100 object in the data flow.
Propiedad pública IdentificationString Gets a string that uniquely identifies an IDTSObject100. (Se hereda de IDTSObject100.)
Propiedad pública Length Gets or sets the length of the external metadata column.
Propiedad pública MappedColumnID Gets or sets the ID of a column that is mapped to the IDTSExternalMetadataColumn100 object.
Propiedad pública Name Gets or sets a String that contains the name of the IDTSExternalMetadataColumn100.
Propiedad pública Name Gets or sets the name of an IDTSObject100 object. (Se hereda de IDTSObject100.)
Propiedad pública ObjectType Returns the value from the DTSObjectType enumeration that corresponds to an external metadata column.
Propiedad pública ObjectType Gets the ObjectType property of an IDTSObject100. (Se hereda de IDTSObject100.)
Propiedad pública Precision Gets or sets the number of decimal places stored by an external metadata column that has a decimal data type.
Propiedad pública Scale Gets or sets the number of digits stored by an external metadata column that has a decimal data type.

Arriba

Comentarios

The IDTSExternalMetadataColumn100 column represents a column in a remote data source. It contains the same properties as the external data column. This allows components to validate the columns in their IDTSInput100 and IDTSOutput100 column collections when the external data source itself is unavailable, or when a round trip to the external source is undesirable.