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 열거형의 값을 반환합니다.

특성

설명

속성이 UsageTypeUT_READWRITE면 패키지 실행 중에 구성 요소가 열의 데이터를 수정할 수 있습니다.

적용 대상