다음을 통해 공유


IDTSProperty100.Set 속성

정의

참조된 개체 속성을 변경할 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool Set { bool get(); };
[System.Runtime.InteropServices.DispId(6)]
public bool Set { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.Set : bool
Public ReadOnly Property Set As Boolean

속성 값

참조된 개체 속성을 변경할 수 있고 참조되는 속성이 읽기/쓰기 또는 쓰기 전용인 경우 true입니다. 그렇지 않으면 false입니다.

특성

설명

자세한 내용은 DtsProperty를 참조하세요.

적용 대상