Share via


ManagedComponentHost.HostSetOutputProperty 메서드

정의

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

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

매개 변수

wrapper
IDTSManagedComponentWrapper100

구성 요소 래퍼입니다.

outputID
Int32

출력 식별자입니다.

propertyName
String

속성의 이름입니다.

propertyValue
Object

속성 값입니다.

반환

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

구현

적용 대상