IDTSDesigntimeComponent100.SetComponentProperty(String, Object) 메서드

정의

컴포넌트의 값 IDTSCustomProperty100 에 값을 할당합니다.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetComponentProperty(System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(17)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetComponentProperty(string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function SetComponentProperty (PropertyName As String, vValue As Object) As IDTSCustomProperty100

매개 변수

PropertyName
String

IDTSCustomProperty100 그 값이 정해진 이름입니다.

vValue
Object

객체는 객체의 IDTSCustomProperty100 Value 속성에 저장됩니다.

반품

IDTSCustomProperty100 속성이 설정된 객체입니다.

특성

설명

이 메서드는 컴포넌트의 사용자 지정 속성을 편집할 때 호출됩니다.

적용 대상