IDTSInputColumn100.UsageType 속성

정의

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSUsageType UsageType { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSUsageType get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSUsageType value); };
[System.Runtime.InteropServices.DispId(105)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.DTSUsageType with get, set
Public Property UsageType As DTSUsageType

속성 값

DTSUsageType 열거형의 값을 반환합니다.

특성

설명

UsageType 속성이 UT_READWRITE 경우 구성 요소는 패키지 실행 중에 열의 데이터를 수정할 수 있습니다.

적용 대상