CManagedComponentWrapperClass.SetComponentProperty(String, Object) 메서드

정의

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

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetComponentProperty(System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetComponentProperty;
[System.Runtime.InteropServices.DispId(17)]
public virtual 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
override this.SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetComponentProperty (PropertyName As String, vValue As Object) As IDTSCustomProperty100

매개 변수

PropertyName
String

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

vValue
Object

객체의 값 속성 IDTSCustomProperty100 에 할당된 객체입니다.

반품

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

구현

특성

설명

이 메서드를 호출해 컴포넌트의 값 IDTSCustomProperty100 에 값을 할당합니다.

적용 대상