IDTSManagedComponentWrapper100.WrapperSetInputProperty 메서드

정의

래퍼의 입력 속성을 설정합니다.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ WrapperSetInputProperty(int lInputID, System::String ^ PropertyName, System::Object ^ vValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 WrapperSetInputProperty (int lInputID, string PropertyName, object vValue);
abstract member WrapperSetInputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function WrapperSetInputProperty (lInputID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

매개 변수

lInputID
Int32

입력 식별자입니다.

PropertyName
String

속성의 이름입니다.

vValue
Object

속성 값입니다.

반환

래퍼의 입력 속성입니다.

적용 대상