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,组件可以在包执行时修改列中的数据。

适用于