言語

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

プロパティ値

プロパティ価値が読み取れる場合に真である;そうでなければ、誤りです。

属性

注釈

詳細については、DtsPropertyを参照してください。

適用対象