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
'Deklaracja
<CLSCompliantAttribute(False)> _
Public Overridable Function InsertExternalMetadataColumnAt ( _
iID As Integer, _
iExternalMetadataColumnIndex As Integer, _
strName As String, _
strDescription As String _
) As IDTSExternalMetadataColumn100
[CLSCompliantAttribute(false)]
public virtual IDTSExternalMetadataColumn100 InsertExternalMetadataColumnAt (
int iID,
int iExternalMetadataColumnIndex,
string strName,
string strDescription
)
[CLSCompliantAttribute(false)]
public:
virtual IDTSExternalMetadataColumn100^ InsertExternalMetadataColumnAt (
int iID,
int iExternalMetadataColumnIndex,
String^ strName,
String^ strDescription
)
/** @attribute CLSCompliantAttribute(false) */
public IDTSExternalMetadataColumn100 InsertExternalMetadataColumnAt (
int iID,
int iExternalMetadataColumnIndex,
String strName,
String strDescription
)
CLSCompliantAttribute(false)
public function InsertExternalMetadataColumnAt (
iID : int,
iExternalMetadataColumnIndex : int,
strName : String,
strDescription : String
) : IDTSExternalMetadataColumn100
Parameters
- iID
The ID of the IDTSInput100 or IDTSOutput100 that the external metadata column is associated with.
- 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.
Return Value
The newly created IDTSExternalMetadataColumn100.
Remarks
For more information about working with external metadata columns, see Implementing External Metadata.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.