CManagedComponentWrapperClass.SetExternalMetadataColumnProperty 方法

定义

设置外部元数据列的单个属性。

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetExternalMetadataColumnProperty(int lID, int lExternalMetadataColumnID, System::String ^ bstrPropertyName, System::Object ^ vtValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetExternalMetadataColumnProperty;
[System.Runtime.InteropServices.DispId(39)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetExternalMetadataColumnProperty (int lID, int lExternalMetadataColumnID, string bstrPropertyName, object vtValue);
[<System.Runtime.InteropServices.DispId(39)>]
abstract member SetExternalMetadataColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetExternalMetadataColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetExternalMetadataColumnProperty (lID As Integer, lExternalMetadataColumnID As Integer, bstrPropertyName As String, vtValue As Object) As IDTSCustomProperty100

参数

lID
Int32

外部IDTSOutput100元数据列与之关联的 IDIDTSInput100

lExternalMetadataColumnID
Int32

外部元数据列的 ID。

bstrPropertyName
String

要设置其值的属性的名称。

vtValue
Object

要分配给属性的值。

返回

一个包含已修改的属性值的 IDTSCustomProperty100

实现

属性

适用于