IDTSManagedComponentHost100.HostSetExternalMetadataColumnProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置宿主外部元数据列属性。
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetExternalMetadataColumnProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lID, int lExternalMetadataColumnID, System::String ^ bstrPropertyName, System::Object ^ vtValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetExternalMetadataColumnProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lID, int lExternalMetadataColumnID, string bstrPropertyName, object vtValue);
abstract member HostSetExternalMetadataColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetExternalMetadataColumnProperty (pWrapper As IDTSManagedComponentWrapper100, lID As Integer, lExternalMetadataColumnID As Integer, bstrPropertyName As String, vtValue As Object) As IDTSCustomProperty100
参数
- pWrapper
- IDTSManagedComponentWrapper100
使用的包装。
- lID
- Int32
标识符。
- lExternalMetadataColumnID
- Int32
外部元数据列标识符。
- bstrPropertyName
- String
属性名称。
- vtValue
- Object
值。
返回
宿主外部元数据列属性。