IDTSExternalMetadataColumn100 인터페이스

Represents a column from an external data source.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
<GuidAttribute("5CCD144E-51AD-411F-A9D4-E9AE501650F4")> _
Public Interface IDTSExternalMetadataColumn100 _
    Inherits IDTSObject100
‘사용 방법
Dim instance As IDTSExternalMetadataColumn100
[GuidAttribute("5CCD144E-51AD-411F-A9D4-E9AE501650F4")]
public interface IDTSExternalMetadataColumn100 : IDTSObject100
[GuidAttribute(L"5CCD144E-51AD-411F-A9D4-E9AE501650F4")]
public interface class IDTSExternalMetadataColumn100 : IDTSObject100
[<GuidAttribute("5CCD144E-51AD-411F-A9D4-E9AE501650F4")>]
type IDTSExternalMetadataColumn100 =  
    interface 
        interface IDTSObject100 
    end
public interface IDTSExternalMetadataColumn100 extends IDTSObject100

IDTSExternalMetadataColumn100 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CodePage Gets or sets the character set used to interpret the data contained in the column.
공용 속성 CustomPropertyCollection Gets the custom property collection of the external metadata column.
공용 속성 DataType Gets or sets the DataType of the column.
공용 속성 Description Gets or sets the descriptive text for the IDTSExternalMetadataColumn100 object.
공용 속성 ID Gets or sets the ID of the IDTSExternalMetadataColumn100.
공용 속성 IdentificationString Gets the String that uniquely identifies the IDTSExternalMetadataColumn100 object in the data flow.
공용 속성 Length Gets or sets the length of the external metadata column.
공용 속성 MappedColumnID Gets or sets the ID of a column that is mapped to the IDTSExternalMetadataColumn100 object.
공용 속성 Name Gets or sets a String that contains the name of the IDTSExternalMetadataColumn100.
공용 속성 ObjectType Returns the value from the DTSObjectType enumeration that corresponds to an external metadata column.
공용 속성 Precision Gets or sets the number of decimal places stored by an external metadata column that has a decimal data type.
공용 속성 Scale Gets or sets the number of digits stored by an external metadata column that has a decimal data type.

맨 위로 이동

주의

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.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스