IDTSExternalMetadataColumn100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
외부 데이터 원본의 열을 나타냅니다.
public interface class IDTSExternalMetadataColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("2FD6B88F-D0BC-47F5-B592-80743240969F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExternalMetadataColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2A84B07B-07FB-4129-9981-0E72BA0DF7C4")]
public interface IDTSExternalMetadataColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("80D86597-82CA-4574-830C-3BEFA583D7E7")]
public interface IDTSExternalMetadataColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("2FD6B88F-D0BC-47F5-B592-80743240969F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExternalMetadataColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2A84B07B-07FB-4129-9981-0E72BA0DF7C4")>]
type IDTSExternalMetadataColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("80D86597-82CA-4574-830C-3BEFA583D7E7")>]
type IDTSExternalMetadataColumn100 = interface
interface IDTSObject100
Public Interface IDTSExternalMetadataColumn100
Implements IDTSObject100
- 파생
- 특성
- 구현
설명
열은 IDTSExternalMetadataColumn100 원격 데이터 원본의 열을 나타냅니다. 외부 데이터 열과 동일한 속성을 포함합니다. 이를 통해 구성 요소는 외부 데이터 원본 자체를 사용할 수 없거나 외부 원본으로 IDTSInput100 의 왕복이 바람직하지 않은 경우 해당 열 및 IDTSOutput100 열 컬렉션의 열에 대한 유효성을 검사할 수 있습니다.
속성
CodePage |
열에 포함된 데이터를 해석하는 데 사용되는 문자 집합을 가져오거나 설정합니다. |
CustomPropertyCollection |
외부 메타데이터 열의 사용자 지정 속성 컬렉션을 가져옵니다. |
DataType |
열의 DataType을 가져오거나 설정합니다. |
Description |
IDTSExternalMetadataColumn100 개체에 대한 설명 텍스트를 가져오거나 설정합니다. |
ID |
IDTSExternalMetadataColumn100의 ID를 가져오거나 설정합니다. |
IdentificationString |
데이터 흐름에서 개체를 IDTSExternalMetadataColumn100 고유하게 식별하는 String을 가져옵니다. |
Length |
외부 메타데이터 열의 길이를 가져오거나 설정합니다. |
MappedColumnID |
IDTSExternalMetadataColumn100 개체에 매핑된 열의 ID를 가져오거나 설정합니다. |
Name |
의 이름을 IDTSExternalMetadataColumn100포함하는 String을 가져오거나 설정합니다. |
ObjectType |
외부 메타데이터 열에 해당하는 DTSObjectType 열거형의 값을 반환합니다. |
Precision |
decimal 데이터 형식의 외부 메타데이터 열에 저장되는 소수 자릿수를 가져오거나 설정합니다. |
Scale |
decimal 데이터 형식의 외부 메타데이터 열에 저장되는 자릿수를 가져오거나 설정합니다. |