IDTSInputColumn100.UsageType 속성

정의

객체가 컴포넌트에 의해 어떻게 IDTSInputColumn100 사용될지 결정하는 값을 얻거나 설정합니다.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType UsageType { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType value); };
[System.Runtime.InteropServices.DispId(105)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType UsageType { [System.Runtime.InteropServices.DispId(105)] get; [System.Runtime.InteropServices.DispId(105)] set; }
[<System.Runtime.InteropServices.DispId(105)>]
[<get: System.Runtime.InteropServices.DispId(105)>]
[<set: System.Runtime.InteropServices.DispId(105)>]
member this.UsageType : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType with get, set
Public Property UsageType As DTSUsageType

속성 값

열거 값으로 반환 DTSUsageType 합니다.

특성

설명

속성이 UsageType 이라 UT_READWRITE면, 컴포넌트는 패키지 실행 중에 열의 데이터를 수정할 수 있습니다.

적용 대상