PipelineComponent.InsertExternalMetadataColumnAt 메서드

Inserts a new external metadata column into the collection of external metadata columns at the specified index.

이 API는 CLS 규격이 아닙니다. 

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Overridable Function InsertExternalMetadataColumnAt ( _
    iID As Integer, _
    iExternalMetadataColumnIndex As Integer, _
    strName As String, _
    strDescription As String _
) As IDTSExternalMetadataColumn100
‘사용 방법
Dim instance As PipelineComponent 
Dim iID As Integer 
Dim iExternalMetadataColumnIndex As Integer 
Dim strName As String 
Dim strDescription As String 
Dim returnValue As IDTSExternalMetadataColumn100 

returnValue = instance.InsertExternalMetadataColumnAt(iID, _
    iExternalMetadataColumnIndex, strName, _
    strDescription)
[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
)
[<CLSCompliantAttribute(false)>]
abstract InsertExternalMetadataColumnAt : 
        iID:int * 
        iExternalMetadataColumnIndex:int * 
        strName:string * 
        strDescription:string -> IDTSExternalMetadataColumn100 
[<CLSCompliantAttribute(false)>]
override InsertExternalMetadataColumnAt : 
        iID:int * 
        iExternalMetadataColumnIndex:int * 
        strName:string * 
        strDescription:string -> IDTSExternalMetadataColumn100
public function InsertExternalMetadataColumnAt(
    iID : int, 
    iExternalMetadataColumnIndex : int, 
    strName : String, 
    strDescription : String
) : IDTSExternalMetadataColumn100

매개 변수

  • iExternalMetadataColumnIndex
    유형: System.Int32
    The index at which the new external metadata column should be inserted into the collection.
  • strName
    유형: System.String
    The Name of the new external metadata column.
  • strDescription
    유형: System.String
    The Description of the new external metadata column.

반환 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
The newly created IDTSExternalMetadataColumn100.

주의

For more information about working with external metadata columns, see 외부 메타데이터 구현.

참고 항목

참조

PipelineComponent 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스