IDTSCustomProperty100.Value 속성

정의

IDTSCustomProperty100 개체의 개체 값을 가져오거나 설정합니다.

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public object Value { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.Value : obj with get, set
Public Property Value As Object

속성 값

IDTSCustomProperty100 개체의 값입니다.

특성

설명

사용자 지정 속성에는 모든 유형의 개체에 대한 개체 값을 저장할 수 있는 변형 또는 개체가 포함되어 있습니다. 사용자 지정 속성의 값을 검색할 때 개체는 예상된 형식으로 캐스팅됩니다.

참고

IDTSCustomProperty100 인터페이스는 Object 유형의 속성 값을 제한적으로 지원합니다. 사용자 지정 속성의 값으로는 문자열 또는 정수와 같은 단순 형식의 배열만 저장할 수 있습니다.

적용 대상