PipelineComponent.InsertExternalMetadataColumnAt Method

Inserts a new external metadata column into the collection of external metadata columns at the specified index. This method is not CLS-compliant.

命名空間: Microsoft.SqlServer.Dts.Pipeline
組件: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

語法

'宣告
<CLSCompliantAttribute(False)> _
Public Overridable Function InsertExternalMetadataColumnAt ( _
    iID As Integer, _
    iExternalMetadataColumnIndex As Integer, _
    strName As String, _
    strDescription As String _
) As IDTSExternalMetadataColumn90
[CLSCompliantAttribute(false)] 
public virtual IDTSExternalMetadataColumn90 InsertExternalMetadataColumnAt (
    int iID,
    int iExternalMetadataColumnIndex,
    string strName,
    string strDescription
)
[CLSCompliantAttribute(false)] 
public:
virtual IDTSExternalMetadataColumn90^ InsertExternalMetadataColumnAt (
    int iID, 
    int iExternalMetadataColumnIndex, 
    String^ strName, 
    String^ strDescription
)
/** @attribute CLSCompliantAttribute(false) */ 
public IDTSExternalMetadataColumn90 InsertExternalMetadataColumnAt (
    int iID, 
    int iExternalMetadataColumnIndex, 
    String strName, 
    String strDescription
)
CLSCompliantAttribute(false) 
public function InsertExternalMetadataColumnAt (
    iID : int, 
    iExternalMetadataColumnIndex : int, 
    strName : String, 
    strDescription : String
) : IDTSExternalMetadataColumn90

參數

  • iExternalMetadataColumnIndex
    The index at which the new external metadata column should be inserted into the collection.
  • strName
    The Name of the new external metadata column.
  • strDescription
    The Description of the new external metadata column.

傳回值

The newly created IDTSExternalMetadataColumn90.

備註

For more information about working with external metadata columns, see Implementing External Metadata.

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

PipelineComponent Class
PipelineComponent Members
Microsoft.SqlServer.Dts.Pipeline Namespace