Share via


ManagedComponentHost.HostSetInputColumnProperty 메서드

정의

호스트의 입력 열 속성을 설정합니다.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetInputColumnProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputID, int inputColumnID, System::String ^ propertyName, System::Object ^ propertyValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetInputColumnProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputID, int inputColumnID, string propertyName, object propertyValue);
abstract member HostSetInputColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.HostSetInputColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetInputColumnProperty (wrapper As IDTSManagedComponentWrapper100, inputID As Integer, inputColumnID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100

매개 변수

wrapper
IDTSManagedComponentWrapper100

구성 요소 래퍼입니다.

inputID
Int32

입력 식별자입니다.

inputColumnID
Int32

입력 열 식별자입니다.

propertyName
String

속성 이름입니다.

propertyValue
Object

속성 값입니다.

반환

호스트의 입력 열 속성입니다.

구현

적용 대상