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

适用于