다음을 통해 공유


ManagedComponentHost.HostSetInputProperty 메서드

정의

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

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

매개 변수

wrapper
IDTSManagedComponentWrapper100

구성 요소 래퍼입니다.

inputID
Int32

입력 식별자입니다.

propertyName
String

속성 이름입니다.

propertyValue
Object

속성 값입니다.

반환

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

구현

적용 대상