PipelineComponent.InsertOutputColumnAt Method
Creates a new IDTSOutputColumn90 object and inserts it into the IDTSOutputColumnCollection90. This method is not CLS-compliant.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
Public Overridable Function InsertOutputColumnAt ( _
outputID As Integer, _
outputColumnIndex As Integer, _
name As String, _
description As String _
) As IDTSOutputColumn90
[CLSCompliantAttribute(false)]
public virtual IDTSOutputColumn90 InsertOutputColumnAt (
int outputID,
int outputColumnIndex,
string name,
string description
)
[CLSCompliantAttribute(false)]
public:
virtual IDTSOutputColumn90^ InsertOutputColumnAt (
int outputID,
int outputColumnIndex,
String^ name,
String^ description
)
/** @attribute CLSCompliantAttribute(false) */
public IDTSOutputColumn90 InsertOutputColumnAt (
int outputID,
int outputColumnIndex,
String name,
String description
)
CLSCompliantAttribute(false)
public function InsertOutputColumnAt (
outputID : int,
outputColumnIndex : int,
name : String,
description : String
) : IDTSOutputColumn90
매개 변수
- outputID
Specifies the IDTSOutput90 object to add the column to.
- outputColumnIndex
Specifies the location in the IDTSOutputColumnCollection90 to insert the new IDTSOutputColumn90.
- name
Specifies the value assigned to the Name property of the new IDTSOutputColumn90.
- description
Specifies the value assigned to the Description property of the new IDTSOutputColumn90.
반환 값
The newly created IDTSOutputColumn90 object.
주의
This method creates a new IDTSOutputColumn90 object in the IDTSOutputColumnCollection90 specified by the outputColumnIndex parameter by calling the NewAt method. The Name and Description properties of the new IDTSOutputColumn90 object are then set to the values specified by the name and description parameters.
The Advanced Editor lets users add IDTSOutputColumn90 objects to components. If this is not desirable for your component, you should override this method and throw an exception.
스레드 보안
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