IDTSExternalMetadataColumn100 Interfaz

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

Notas

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.