SetExternalMetadataColumnProperty 方法

Sets an individual property of an external metadata column.

此 API 不符合 CLS。 

命名空间:  Microsoft.SqlServer.Dts.Pipeline
程序集:  Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public Overridable Function SetExternalMetadataColumnProperty ( _
    iID As Integer, _
    iExternalMetadataColumnID As Integer, _
    strPropertyName As String, _
    oValue As Object _
) As IDTSCustomProperty100
用法
Dim instance As PipelineComponent
Dim iID As Integer
Dim iExternalMetadataColumnID As Integer
Dim strPropertyName As String
Dim oValue As Object
Dim returnValue As IDTSCustomProperty100

returnValue = instance.SetExternalMetadataColumnProperty(iID, _
    iExternalMetadataColumnID, strPropertyName, _
    oValue)
[CLSCompliantAttribute(false)]
public virtual IDTSCustomProperty100 SetExternalMetadataColumnProperty(
    int iID,
    int iExternalMetadataColumnID,
    string strPropertyName,
    Object oValue
)
[CLSCompliantAttribute(false)]
public:
virtual IDTSCustomProperty100^ SetExternalMetadataColumnProperty(
    int iID, 
    int iExternalMetadataColumnID, 
    String^ strPropertyName, 
    Object^ oValue
)
[<CLSCompliantAttribute(false)>]
abstract SetExternalMetadataColumnProperty : 
        iID:int * 
        iExternalMetadataColumnID:int * 
        strPropertyName:string * 
        oValue:Object -> IDTSCustomProperty100 
[<CLSCompliantAttribute(false)>]
override SetExternalMetadataColumnProperty : 
        iID:int * 
        iExternalMetadataColumnID:int * 
        strPropertyName:string * 
        oValue:Object -> IDTSCustomProperty100 
public function SetExternalMetadataColumnProperty(
    iID : int, 
    iExternalMetadataColumnID : int, 
    strPropertyName : String, 
    oValue : Object
) : IDTSCustomProperty100

参数

返回值

类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomProperty100
An IDTSCustomProperty100 that contains the modified property value.

注释

For more information about working with external metadata columns, see 实现外部元数据.