IDTSProperty100.Get 속성

정의

속성 값을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

속성 값을 읽을 수 있으면 true입니다. 그렇지 않으면 false입니다.

특성

설명

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

적용 대상