Freigeben über


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.

Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntax

'Declaration
<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

Parameter

  • 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.

Rückgabewert

The newly created IDTSExternalMetadataColumn90.

Hinweise

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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